You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the instructions to set up the project I can't get it to run with npm start
It gives this error message:
> [email protected] start
> npx tsc && node build/index.js
node:internal/fs/utils:350
throw err;
^
Error: ENOENT: no such file or directory, open '/Users/fearghal/Documents/Github/FAC-quiz-code-review/-quiz-gghlo/build/localhost-key.pem'
at Object.openSync (node:fs:603:3)
at Object.readFileSync (node:fs:471:35)
at Object.<anonymous> (/Users/fearghal/Documents/Github/FAC-quiz-code-review/-quiz-gghlo/build/index.js:33:13)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:86:12)
at node:internal/main/run_main_module:23:47 {
errno: -2,
syscall: 'open',
code: 'ENOENT',
path: '/Users/fearghal/Documents/Github/FAC-quiz-code-review/-quiz-gghlo/build/localhost-key.pem'
}
Node.js v18.18.2
The text was updated successfully, but these errors were encountered:
When following the instructions to set up the project I can't get it to run with
npm start
It gives this error message:
The text was updated successfully, but these errors were encountered: