66
59

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.

npm runコマンドを実行したら警告が出るようになった

Last updated at Posted at 2017-03-17

問題

Nodistでnodeをインストールするようにしたら、以下の警告が出るようなった。

ScreenClip.png

私の環境は Windows 10 Pro + Visual Studio Code

解決方法

次のコマンドを実行したら警告が消えた

> npm config set scripts-prepend-node-path true

感想

「--script-prepend-node-pathというオプションを使え」という英語のメッセージは読み取れたが、「毎回フルパスを指定するなんて面倒すぎる」と誤解していた。そのオプションを「イキ」にすればいいだけだった。

66
59
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
66
59

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?