verb-cli
verb-cli copied to clipboard
Error: Cannot find module 'verb' from '/usr/local/lib/node_modules/verb-cli/bin'
On Mac OS X, I am unable to run this program. Steps to reproduce:
- Get Mac OS X
- Make sure verb isn't installed:
§ verb
zsh: command not found: verb
- Install verb as displayed on the readme
§ npm i -g verb-cli
/usr/local/bin/verb -> /usr/local/lib/node_modules/verb-cli/bin/verb.js
[email protected] /usr/local/lib/node_modules/verb-cli
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected]
├── [email protected] ([email protected], [email protected], [email protected], [email protected])
└── [email protected] ([email protected])
- Run
verb
§ verb
/usr/local/lib/node_modules/verb-cli/node_modules/resolve/lib/sync.js:33
throw new Error("Cannot find module '" + x + "' from '" + y + "'");
^
Error: Cannot find module 'verb' from '/usr/local/lib/node_modules/verb-cli/bin'
at Function.module.exports [as sync] (/usr/local/lib/node_modules/verb-cli/node_modules/resolve/lib/sync.js:33:11)
at Liftoff.run (/usr/local/lib/node_modules/verb-cli/bin/verb.js:112:30)
at Liftoff.<anonymous> (/usr/local/lib/node_modules/verb-cli/node_modules/liftoff/index.js:192:16)
at module.exports (/usr/local/lib/node_modules/verb-cli/node_modules/liftoff/node_modules/flagged-respawn/index.js:17:3)
at Liftoff.<anonymous> (/usr/local/lib/node_modules/verb-cli/node_modules/liftoff/index.js:185:9)
at /usr/local/lib/node_modules/verb-cli/node_modules/liftoff/index.js:159:9
at /usr/local/lib/node_modules/verb-cli/node_modules/v8flags/index.js:91:14
at FSReqWrap.oncomplete (fs.js:82:15)