LoginSignup
72

More than 5 years have passed since last update.

npm install -d と -D

Posted at

-d--loglevel infoの略
-D--save-devの略

# ログの出力レベル変更
npm install -d grunt-contrib
npm install --loglevel info grunt-contrib

# package.jsonに書き込み
npm install --save-dev grunt-contrib
npm install -D grunt-contrib

ややこしい

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
72