Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied errno 126 #348

Open
sheksushant opened this issue Sep 2, 2017 · 2 comments
Open

Permission denied errno 126 #348

sheksushant opened this issue Sep 2, 2017 · 2 comments

Comments

@sheksushant
Copy link

Error :

sh: /Users/sushantshekhar/Work/learn_react/react_devslopes/react-ingredients/node_modules/.bin/watchify: Permission denied npm ERR! code ELIFECYCLE npm ERR! errno 126 npm ERR! [email protected] start:watchify src/main.jsx -v -t [ babelify --presets [ react ] ] -o public/js/main.jsnpm ERR! Exit status 126 npm ERR! npm ERR! Failed at the [email protected] start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

the Start Script :

"start": "watchify src/main.jsx -v -t [ babelify --presets [ react ] ] -o public/js/main.js"

@goto-bus-stop
Copy link
Member

Did you manage to solve this problem?

@SebiTimeWaster
Copy link

i run into the same problems with lerna and browserify, the only solution i found is to fully qualify the call:
node node_modules/browserify/bin/cmd.js ...args
It somehow has to do with running it from a mounted second disk, while running from home directory works. this is some really quirky rights problem under linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants