Hello, I downloaded the project on OS X and did
sudo npm install
and then
npm run start
I got the following error:
Starting child process with 'coffee server.coffee'
Ignoring directory '/Users/garyrob/Source/test/react-coffee-quickstart/node_modules'.
Watching directory '/Users/garyrob/Source/test/react-coffee-quickstart' for changes.
Point your browser at http://localhost:3000
/Users/garyrob/Source/test/react-coffee-quickstart/client.coffee:16:29: error: missing / (unclosed regex)
<h1>Hello, anonymous!</h1>
^
/Users/garyrob/Source/test/react-coffee-quickstart/client.coffee:16:29: error: missing / (unclosed regex)
<h1>Hello, anonymous!</h1>
^
Hello, I downloaded the project on OS X and did
sudo npm install
and then
npm run start
I got the following error: