voronianski/flux-comparison

mkdir build

Closed this issue · 2 comments

Please create the build directory with npm start or modify the doc to add a mkdir build step or it fails with

leszek@leszek-desktop:~/flux/flux-comparison/facebook-flux$ npm start
> @ start /home/leszek/flux/flux-comparison/facebook-flux
> ../node_modules/watchify/bin/cmd.js . -o build/bundle.js -v -d


events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: ENOENT, open 'build/.bundle.js'

npm ERR! @ start: `../node_modules/watchify/bin/cmd.js . -o build/bundle.js -v -d`
npm ERR! Exit status 8
npm ERR! 
npm ERR! Failed at the @ start script.
npm ERR! This is most likely a problem with the  package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     ../node_modules/watchify/bin/cmd.js . -o build/bundle.js -v -d
npm ERR! You can get their info via:
npm ERR!     npm owner ls 
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.16.0-29-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! cwd /home/leszek/flux/flux-comparison/facebook-flux
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/leszek/flux/flux-comparison/facebook-flux/npm-debug.log
npm ERR! not ok code 0

@leszekhanusz done with .keep file