Showing posts with label NodeJs. Show all posts
Showing posts with label NodeJs. Show all posts

Tuesday, 26 May 2020

Nestjs Error: Cannot find module './app.controller'



Issue :
------------------------------------
internal/modules/cjs/loader.js:797
    throw err;
    ^

Error: Cannot find module './app.controller'
Require stack:
- C:\Users\DELL\Documents\Nestjs-api\app\api\dist\src\app.module.js
- C:\Users\DELL\Documents\Nestjs-api\app\api\dist\src\main.js
------------------------------------
Solution
------------------------------------
open nodejs command
npm run prebuild
------------------------------------

Saturday, 6 February 2016

NodeJS tutorial with Visual studio Code

 node.js tutorial for beginners with visual Studio Code

Download Visual Studio Code : Free IDE developed by microsoft which run under any platform.

Download Node JS :

What is node JS?

Node.js is an open-source, cross-platform runtime environment for developing server-side Web applications. Node.js worked under Chrome V8 JavaScript engine. Node.js was developed by Ryan Dahl in 2009 and its latest version is v0.10.36. Node.js is a runtime environment and library for running Javascript application outside the browser.