Olá, não consigo utilizar o node path no terminal ou Pwershell. Sempre que coloco recebo a seguinte resposta:
throw err;
^
Error: Cannot find module 'D:\Diego\cursos\Alura\Javascript\Curso - JavaScript explorando a linguagem\.1-meuPrimeiroPrograma.js'
at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15)
at Function._load (node:internal/modules/cjs/loader:1055:27)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
at node:internal/main/run_main_module:36:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
O que pode ser o problema?