internal/modules/cjs/loader.js:905 throw err;
^ Error: Cannot find module 'C:\Users\akhilesh.raturi\node\firs.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
at Function.Module._load (internal/modules/cjs/loader.js:746:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
at internal/main/run_main_module.js:17:47
{ code: 'MODULE_NOT_FOUND', requireStack: [] }
So the problem resolved, I just changed the location of the file and the program is running successfully. Thank you all