我正在運行我的網絡應用程序npm start
,但現在我需要將其部署到數字海洋,這意味着我將不得不使用forever
啓動我的應用程序,我無法弄清楚這一點.. 。nodejs永遠:啓動應用程序
我試圖運行它forever npm start
但它返回:
error: Cannot start forever
error: script /root/saleseng/OP Apps Platform/server/npm does not exist.
這是我從package.json
scrips
對象:
"scripts": {
"start": "nodemon --watch src --exec babel-node -- src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
試試這個 「永遠啓動-c」 NPM啓動「/ path/to/app/dir /」 –
Found here:https://github.com/foreverjs/forever/issues/540#issuecomment-37762716 –