Hej there! I am trying to run the openAI app (using this tutorial: https://beta.openai.com/docs/quickstart/build-your-application and the readMe on Github). Node is installed and I repaired it, installed it in the Programmes folder as well as the folder where I installed the openAI application. Do you have any idea how to solve this problem?
This is the output:
Error: Cannot find module 'C:\Users\<name>\openAI\openai-quickstart-node\node_modules\npm\bin\npm-cli.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: []
}
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'C:\Users\laura\.03_myDevelopment\openAI\openai-quickstart-node\node_modules\npm\bin\npm-cli.js'
←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←[39m
←[90m at Function.Module._load (node:internal/modules/cjs/loader:778:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m
←[90m at node:internal/main/run_main_module:17:47←[39m {
code: ←[32m'MODULE_NOT_FOUND'←[39m,
requireStack: []
}
Best regards, Solaris