Leftover file from old install makes Telebit crabby. #26

Open
opened 2019-01-12 20:07:40 +00:00 by josh · 0 comments
Collaborator
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/telebit
npm ERR! path /usr/local/lib/node_modules/telebit
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall access
npm ERR! enoent ENOENT: no such file or directory, access '/usr/local/lib/node_modules/telebit'
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/josh/.npm/_logs/2019-01-12T20_05_56_614Z-debug.log

I don't know if it's just my computer or what, but if /usr/local/lib/node_modules/telebit exists and you are trying to do a new install via npm, it doesn't work. Deleting the file fixes it.

``` npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/telebit npm ERR! path /usr/local/lib/node_modules/telebit npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall access npm ERR! enoent ENOENT: no such file or directory, access '/usr/local/lib/node_modules/telebit' 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/josh/.npm/_logs/2019-01-12T20_05_56_614Z-debug.log ``` I don't know if it's just my computer or what, but if `/usr/local/lib/node_modules/telebit` exists and you are trying to do a new install via npm, it doesn't work. Deleting the file fixes it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#26
No description provided.