Run Next.js app with forever #14616
Unanswered
ashishpixels
asked this question in
Help
Replies: 1 comment 1 reply
-
Can you show any sample? maybe you code repo. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I start the project that I've built using
forever
.yarn next-start
works effortlessly to start it on server.Using "forever start /node_modules/.bin/next" gives an error:
script /node_modules/.bin/next does not exist
Because, obviously, it couldn't find a script to run.
So, how do I do it ?
Beta Was this translation helpful? Give feedback.
All reactions