Hi everybody. I need help with an issue. 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.
Thanks so much !
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.
Hey @e27311886f59426b9d485b9a38,
NestJS is built on top of Node.js, so you’ll need to have Node.js installed on your Ubuntu system before you can download a NestJS app.
You’ll need to install npm as well.
Once you have Node.js and npm installed, you can clone the NestJS app from its repository. Navigate to the directory where you want to clone the app, and use the following command to clone the app
Than go inside and run
Hey @e27311886f59426b9d485b9a38,
NestJS is built on top of Node.js, so you’ll need to have Node.js installed on your Ubuntu system before you can download a NestJS app.
You’ll need to install npm as well.
Once you have Node.js and npm installed, you can clone the NestJS app from its repository. Navigate to the directory where you want to clone the app, and use the following command to clone the app
Than go inside and run