Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 361 Bytes

File metadata and controls

20 lines (16 loc) · 361 Bytes


npmコマンドから取得できるパスについて。

$ npm bin
/path/to/repos/node_modules/.bin
$ npm root
/path/to/repos/node_modules
$ npm prefix
/path/to/repos

いずれのサブコマンドも-gオプションを付けることによってグローバル領域のパスを取得できる。