smblott-github / chromix-too

External access to Chrome's internal Javascript API.
https://www.npmjs.com/package/chromix-too
105 stars 10 forks source link

npm ERR! enoent ENOENT: no such file or directory #14

Closed smejkka3 closed 6 years ago

smejkka3 commented 6 years ago

Hi,

I did successful installation over two weeks ago, but somehow I uninstalled the chromix-too and when I'm trying to install it again there is this error: npm ERR! path /usr/lib/node_modules/chromix-too/server.js npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall chmod npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/lib/node_modules/chromix-too/server.js' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

npm ERR! A complete log of this run can be found in: npm ERR! /home/spotcap/.npm/_logs/2017-11-24T13_30_03_302Z-debug.log

I tried several ubuntu and on none of them it didn't work, got the same error. Is there some solution to this?

Thanks

smblott-github commented 6 years ago

Thanks for the report.

This is npm silently ignoring files listed in .gitignore (which, to my mind, is silly).

Should be fixed now.

smejkka3 commented 6 years ago

Thanks for quick fix!