You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a Mac. In a new project, I issued the command: mup init
I then got a message that I needed to update MUP. So I did this: npm i -g mup
And got the following error:
npm ERR! path /usr/local/lib/node_modules/mup/node_modules/opencollective/dist/bin/opencollective.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/mup/node_modules/opencollective/dist/bin/opencollective.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! /Users/[redacted]/.npm/_logs/2017-10-02T15_00_07_973Z-debug.log
Even worse, mup now appears to be broken on my system. When I issue any mup command I get this: bash: /usr/local/bin/mup: No such file or directory
Which means my project is now dead in the water.
The text was updated successfully, but these errors were encountered:
I am working on a Mac. In a new project, I issued the command:
mup init
I then got a message that I needed to update MUP. So I did this:
npm i -g mup
And got the following error:
Even worse, mup now appears to be broken on my system. When I issue any mup command I get this:
bash: /usr/local/bin/mup: No such file or directory
Which means my project is now dead in the water.
The text was updated successfully, but these errors were encountered: