jonberliner / infiniteLibrary

0 stars 1 forks source link

Won't build on Yosemite 10.10.1 #2

Open jonberliner opened 8 years ago

jonberliner commented 8 years ago

MBP Late 2013

npm build error:

npm ERR! Failed at the infinite-library@0.0.0 build script.
npm ERR! This is most likely a problem with the infinite-library package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     browserify infinite_library.js --standalone infLib -t babelify --outfile bundle.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls infinite-library
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 14.0.0
npm ERR! command "node" "/usr/local/bin/npm" "run" "build"
npm ERR! cwd /Users/jsb/Documents/personal/infiniteLibrary
npm ERR! node -v v0.12.7
npm ERR! npm -v 1.3.26
npm ERR! code ELIFECYCLE
npm ERR!

lemme know what i should try doing to fix. xojb

machow commented 8 years ago

was there console output above that? The browserify error output is often above the npm stuff.

jonberliner commented 8 years ago

more log:

> infinite-library@0.0.0 build /Users/jsb/Documents/personal/infiniteLibrary
> browserify infinite_library.js --standalone infLib -t babelify --outfile bundle.js

sh: browserify: command not found

npm ERR! infinite-library@0.0.0 build: `browserify infinite_library.js --standalone infLib -t babelify --outfile bundle.js`
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the infinite-library@0.0.0 build script.
npm ERR! This is most likely a problem with the infinite-library package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     browserify infinite_library.js --standalone infLib -t babelify --outfile bundle.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls infinite-library
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 14.0.0
npm ERR! command "node" "/usr/local/bin/npm" "run" "build"
npm ERR! cwd /Users/jsb/Documents/personal/infiniteLibrary
npm ERR! node -v v0.12.7
npm ERR! npm -v 1.3.26
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/jsb/Documents/personal/infiniteLibrary/npm-debug.log
npm ERR! not ok code 0