I run npm run start:dev then it’s hanging In the local macbook is working fine. [12:10:09 PM] Starting compilation in watch mode…
[12:10:19 PM] Found 0 errors. Watching for file changes.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I could suggest a few thins:
npm
andnode
versions on your server as the ones that you have installed on your local development environment:https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04
Let me know how it goes once the Node version matches!
Best,
Bobby