forever@2.0.0 can't execute nodist node commands, but forever@1.0.1 can.
See original GitHub issueI have a .bat file in Windows 10 which contains a script to run two Node applications with forever. It does work in forever@1.0.1 but it doesn’t in forever@2.0.0 after I updated. I have tried clean install (removing all file traces of forever) and still no luck.
.bat command:
forever start ./ez-dbcompare/server/bin/www & forever start ./ez-search/app.js --prod
Log output:
'C:\Program' is not recognized as an internal or external command, operable program or batch file
Reverting to forever@1.0.1 fix the problem.
Others: I use Nodist - Node Version Manager.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Node.js - Unable to run node server using forever
8) Run my NodeJS app via forever again with the sudo command. 9) List the processes forever is running, and verify that my...
Read more >Untitled
Hazelwood tree and garden services, What does compassion means in the bible? ... Buletin de vot prezidentiale 2014, Let the river run craig...
Read more >Dawai-dawai Keberagaman - IKA PKn UPI
However, a standard user must run as an administrator in order to perform most administrative tasks, and are unable to perform activities if ......
Read more >品質管理研究所について
This is a command line tool so you won't find it in your start menu anywhere. ... Free cheat sheet for IPv4 CIDR...
Read more >"TINY" HILL. "America's Biggest' Band Leader" - DocPlayer.net
-negotialittens between the New York Hotel Amociaticai and the American Ound of Variety Artists for a general Cloud shop agreement hare broken down,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for reporting this. I’ll take a look over weekend.
It appears to be working! Thank you!