Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NPMからノードモジュールをインストールするのは本当に簡単です。
sudo npm install -g ModuleName
しかし、同じマシン上にあるノードアプリケーションコードから同じことを行うのはどうですか? どうすればグローバルにインストールできますか?フルパスを入力せず、NPMに公開せずに実行できるようにしたいと思います。
ありがとうチャド、その通りです。アプリケーション内に移動して、sudo npminstall-gを実行できます。