browserify / browserify/watchify

Permission denied errno 126

Open
#348 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.8k
Forks
178
PR merge metrics
No merged PRs in 30d

Description

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! react-skeleton@1.0.0 start: `watchify src/main.jsx -v -t [ babelify --presets [ react ] ] -o public/js/main.js`
npm ERR! Exit status 126
npm ERR!
npm ERR! Failed at the react-skeleton@1.0.0 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" `

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.