verb-cli icon indicating copy to clipboard operation
verb-cli copied to clipboard

Error: Cannot find module 'verb' from '/usr/local/lib/node_modules/verb-cli/bin'

Open diamondo25 opened this issue 9 years ago • 0 comments

On Mac OS X, I am unable to run this program. Steps to reproduce:

  1. Get Mac OS X
  2. Make sure verb isn't installed:
§ verb
zsh: command not found: verb
  1. 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])
  1. 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)

diamondo25 avatar Feb 21 '16 14:02 diamondo25