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.
pm2のようにダウンロードしたノードモジュールをインストールし、rpm としてパッケージ化したいと考えています。rpm コマンドを実行すると、パッケージがグローバルにインストールされます。
pm2
例npm install -g pm2
npm install -g pm2
このように fpm から rpm を作成しますか?
fpm -s npm -t rpm pm2.zip