I tried npm start in the parent directory of the project and got and error, saw there was the package.json in the app directory so I put it there and ran start again. Got this..
Jamess-MacBook-Pro:app Tinman$ npm start
> ReactHack@0.0.2 start /Users/Tinman/Github/bellows-riddles-base/app
> webpack --watch --debug src/riddles.js build/riddles.js
sh: webpack: command not found
npm ERR! ReactHack@0.0.2 start: `webpack --watch --debug src/riddles.js build/riddles.js`
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the ReactHack@0.0.2 start script.
npm ERR! This is most likely a problem with the ReactHack package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! webpack --watch --debug src/riddles.js build/riddles.js
npm ERR! You can get their info via:
npm ERR! npm owner ls ReactHack
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 14.0.0
npm ERR! command "node" "/usr/local/bin/npm" "start"
npm ERR! cwd /Users/Tinman/Github/bellows-riddles-base/app
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/Tinman/Github/bellows-riddles-base/app/npm-debug.log
npm ERR! not ok code 0
I tried npm start in the parent directory of the project and got and error, saw there was the package.json in the app directory so I put it there and ran start again. Got this..