Es la primera vez que uso node hoy y me enfrenté a este problema. Cuando intento ejecutar hello.js en mi terminal, aparece este error:
Error: Cannot find module '/Users/antoinelafonta/hello.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []Funciona bien cuando se usa el terminal VsCode.
Algunas ideas ?
Gracias !