最終更新:2018-02-04 (日) 09:44:48 (2270d)  

npm/インストール先
Top / npm / インストール先

ローカル

  • npm bin
  • そのフォルダ
  • Local install (default): puts stuff in ./node_modules of the current package root.

グローバル

  • Global install (with -g): puts stuff in /usr/local or wherever node is installed.
  • npm bin -g
    C:\Users\<ユーザ名>\AppData\Roaming\npm

関連