31
31

More than 5 years have passed since last update.

コマンドラインでnpm installしてそのまま、package.jsonに追加する。

Last updated at Posted at 2013-04-24

npm install

・dependenciesに追加。

npm install --save log

・devDependenciesに追加。

npm install --save-dev log

・optionalDependenciesに追加。

npm install --save-optional log
31
31
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
31
31