You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2017. It is now read-only.
I tried to install it on a mac but I got the following error. Do you know what it might be?
> neocortex-js@0.5.0 build-node /Users/eder/js/neocortex
> rm -rf dist && node_modules/.bin/babel src --out-dir dist
sh: node_modules/.bin/babel: No such file or directory
npm ERR! Darwin 14.3.0
npm ERR! argv "/usr/local/Cellar/node/4.1.2/bin/node" "/usr/local/bin/npm" "run" "build-node"
npm ERR! node v4.1.2
npm ERR! npm v2.14.6
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! neocortex-js@0.5.0 build-node: `rm -rf dist && node_modules/.bin/babel src --out-dir dist`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the neocortex-js@0.5.0 build-node script 'rm -rf dist && node_modules/.bin/babel src --out-dir dist'.
npm ERR! This is most likely a problem with the neocortex-js package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! rm -rf dist && node_modules/.bin/babel src --out-dir dist
npm ERR! You can get their info via:
npm ERR! npm owner ls neocortex-js
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/eder/js/neocortex/npm-debug.log
npm ERR! Darwin 14.3.0
npm ERR! argv "/usr/local/Cellar/node/4.1.2/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v4.1.2
npm ERR! npm v2.14.6
npm ERR! code ELIFECYCLE
npm ERR! neocortex-js@0.5.0 build: `npm run build-node && npm run build-browser`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the neocortex-js@0.5.0 build script 'npm run build-node && npm run build-browser'.
npm ERR! This is most likely a problem with the neocortex-js package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run build-node && npm run build-browser
npm ERR! You can get their info via:
npm ERR! npm owner ls neocortex-js
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/eder/js/neocortex/npm-debug.log
I tried installing babel globally but it didn't work... I'm new to node, are you using a newer version or something like that?
Hi @transcranial, nice project over here!!!
I tried to install it on a mac but I got the following error. Do you know what it might be?
I tried installing babel globally but it didn't work... I'm new to node, are you using a newer version or something like that?
Thanks again!