LoginSignup
1
1

More than 5 years have passed since last update.

npm-install-missingがインストール出来ない

Posted at

npm-install-missingがインストール出来ない

nodeを使おうとしてnpm installsしたらmoduleがないと言われたので、
$ npm install -g npm-install-missing
を試してみたところ以下のようなエラー

module.js:340
   throw err;
         ^
Error: Cannot find module '../lib/npm.js'
   at Function.Module._resolveFilename (module.js:338:15)
   at Function.Module._load (module.js:280:25)
   at Module.require (module.js:364:17)
   at require (module.js:380:17)
   at /usr/lib/node_modules/npm/bin/npm-cli.js:24:11
   at Object.<anonymous> (/usr/lib/node_modules/npm/bin/npm-cli.js:86:3)
   at Module._compile (module.js:456:26)
   at Object.Module._extensions..js (module.js:474:10)
   at Module.load (module.js:356:32)
   at Function.Module._load (module.js:312:12)

/usr/lib/node_modulesの一回消してから、再インストールしたらなおった。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1