Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8909

Node-REDにおけるnpm installの正しい位置

$
0
0
c:\users\<your username}\.node-red

です。参考例は

cd c:\Users\torisan\.node-red
npm install node-red-contrib-....

です。
npm globalの位置は

c:\users\<your username}\AppData\Roaming\npm

にあります。


Viewing all articles
Browse latest Browse all 8909

Trending Articles