2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

node=v8.9.3, npm=v5.5.1でnpm ERR! Cannot find module 'node-fetch-npm'

Last updated at Posted at 2018-01-03

node=v8.9.3, npm=v5.5.1でnpm ERR! Cannot find module 'node-fetch-npm'

Issue

年が明けたので2018-01-01時点で最新のLTSにnpmをupdateしたところ、node-fetch-npmが見つからないと怒られた...

Solution

  • nodeのメジャーバージョンを9にする(2018-01-01時点で最新のv9.3.0で確認済み)
    or
  • npmのバージョンをv5.6.0にする(2018-01-01時点での最新)

Backgronud

c.f.
https://github.com/coala/docker-coala-base/issues/182

2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?