Fix: Error: Cannot find module /node-examples/init


% node init
node:internal/modules/cjs/loader:1051
  throw err;
  ^

Error: Cannot find module '/Users/c2c/Desktop/node-examples/init'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
    at Module._load (node:internal/modules/cjs/loader:901:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
    at node:internal/main/run_main_module:23:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v20.4.0

If you are trying to make use of the init command to initialize a project in NodeJs and you get an error like Cannot find module init then the first thing that you need to do is install the init module using npm command.

Fix:

npm install init
How to fix annot find module init

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap