127
78

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 install -d と -D

127
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

ややこしい

127
78
1

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
127
78

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?