Giter Club home page Giter Club logo

Comments (10)

coryhouse avatar coryhouse commented on July 16, 2024

What do you see on the command line after running npm start -s?

from react-slingshot.

acidbluebriggs avatar acidbluebriggs commented on July 16, 2024

Same issue here. Output of npm start -s is simply:

/usr/local/bin/node /usr/local/bin/npm run-script start -- -s

> [email protected] prestart /Users/briggs/Development/Playground/react-slingshot
> npm run remove-dist


> [email protected] remove-dist /Users/briggs/Development/Playground/react-slingshot
> rimraf ./dist


> [email protected] start /Users/briggs/Development/Playground/react-slingshot
> parallelshell "npm run lint:tools" "npm run test:watch" "npm run open:src" "-s"


> [email protected] test:watch /Users/briggs/Development/Playground/react-slingshot
> npm run test -- --watch


> [email protected] lint:tools /Users/briggs/Development/Playground/react-slingshot
> eslint webpack.config.js tools


> [email protected] open:src /Users/briggs/Development/Playground/react-slingshot
> babel-node tools/srcServer.js


> [email protected] test /Users/briggs/Development/Playground/react-slingshot
> cross-env NODE_ENV=test mocha --reporter progress --compilers js:babel-core/register --recursive "./src/**/*.spec.js" "--watch"


�[?25l
  [▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬]

  29 passing (72ms)

[BS] Access URLs:
 -------------------------------------
       Local: http://localhost:3000
    External: http://192.168.1.70:3000
 -------------------------------------
          UI: http://localhost:3001
 UI External: http://192.168.1.70:3001
 -------------------------------------
[BS] Serving files from: src
[BS] Watching files...
webpack built f9bd242d12dfdfedcad6 in 5209ms

from react-slingshot.

coryhouse avatar coryhouse commented on July 16, 2024

Odd. So where are you seeing the error listed in the subject of this issue?

Also, some questions to help reproduce:

  1. Operating System
  2. Node version

from react-slingshot.

acidbluebriggs avatar acidbluebriggs commented on July 16, 2024

The error occurs in the console output of Safari.

Node: 5.0.0
OS X: 10.11.3
Safari: 9.0.3

screen shot 2016-03-06 at 11 26 59 am

from react-slingshot.

 avatar commented on July 16, 2024

Me too.
Node: 5.7.1
OS X: 10.11.3
Safari: 9.0.3

3Q

not work:
`
class DoctorPage extends React.Component {
render() {

return (
  <div>
    </div>
);

}
}
`

work:
const DoctorPage = (props) => { return ( <div> </div> ); };

from react-slingshot.

coryhouse avatar coryhouse commented on July 16, 2024

I'm running Node 5 on OSX and not seeing this. Can you clarify, is this issue occurring with no changes to the repo?

from react-slingshot.

acidbluebriggs avatar acidbluebriggs commented on July 16, 2024

Strange. I pulled the repo again, and it's now running in Safari. I even went back a couple commits and no issues. I'll play around again and see if I can find out what is causing the offending const to be introduced. I'm pretty sure it's not Babel doing this. It could be something like WebPack, but I am just throwing that out there. Will update you if/when this creeps up again.

from react-slingshot.

coryhouse avatar coryhouse commented on July 16, 2024

Anyone still experiencing this? If not, I'd like to close since I haven't been able to repro.

from react-slingshot.

coryhouse avatar coryhouse commented on July 16, 2024

Closing since no one is reporting continued issues. Please reply if you experience again.

from react-slingshot.

acidbluebriggs avatar acidbluebriggs commented on July 16, 2024

Hey, thanks for closing. I completely forgot to respond to your request for comments. I am no longer seeing the error. Thanks for all of your work.

from react-slingshot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.