-
Notifications
You must be signed in to change notification settings - Fork 58
npm install exits with Error: ENOENT, chmod ... #1
Comments
@jasonnathan @ledsun Has there been a resolution for this? I'm currently having the same issue on Ubuntu 14.04 Digital Ocean box |
I haven't touched it since. Sorry. |
That's fine. What would I need to do to let it work? On Thu, Apr 07, 2016 at 7:39 PM Jason Nathan <
I haven't touched it since. Sorry. — You are receiving this because you commented. Reply to this email directly or |
I wouldn't know. I haven't succeeded and I didn't attempt after that
|
@richardwlu Fix package.json like #3, it may work well. |
Hi there, I tried installing crest on my digital ocean ubuntu box and got the following error:
I tried googling the problem and stumbled upon a stackoverflow question with this as the chosen answer:
Ok it looks like NPM is using your
.gitignore
as a base for the.npmignore
file, and thus ignores/lib
. If you add a blank.npmignore
file into the root of your application, everything should work.[edit] - more info on this behaviour here: https://npmjs.org/doc/developers.html#Keeping-files-out-of-your-package
Please see http://stackoverflow.com/questions/17990647/npm-install-errors-with-error-enoent-chmod for details on the question.
Also, Digital Ocean defaults to root access login on Ubuntu boxes. Don't know if this might be relevant.
Thanks.
The text was updated successfully, but these errors were encountered: