EmbedAI
EmbedAI copied to clipboard
npm run dev hang in certain point
When I run the above command in powershell, it hand in certain point and like not continue process.
Import trace for requested module:
./node_modules/next/dist/lib/is-api-route.js ./node_modules/next/dist/shared/lib/router/router.js
./node_modules/next/dist/lib/is-error.js There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic. Use equal casing. Compare these module identifiers:
- D:\InnoGPT\WebPrivateGPT\privateGPT\client\node_modules\next\dist\lib\is-error.js Used by 3 module(s), i. e. D:\InnoGPT\WebPrivateGPT\privateGPT\client\node_modules\next\dist\compiled@next\react-refresh-utils\dist\loader.js!D:\InnoGPT\WebPrivateGPT\privateGPT\client\node_modules\next\dist\build\webpack\loaders\next-swc-loader.js??ruleSet[1].rules[3].oneOf[5].use[1]!D:\InnoGPT\WebPrivateGPT\privateGPT\client\node_modules\next\dist\client\router.js
- D:\innoGPT\webprivategpt\privategpt\client\node_modules\next\dist\lib\is-error.js Used by 4 module(s), i. e. D:\InnoGPT\WebPrivateGPT\privateGPT\client\node_modules\next\dist\compiled@next\react-refresh-utils\dist\loader.js!D:\InnoGPT\WebPrivateGPT\privateGPT\client\node_modules\next\dist\build\webpack\loaders\next-swc-loader.js??ruleSet[1].rules[3].oneOf[5].use[1]!D:\innoGPT\webprivategpt\privategpt\client\node_modules\next\dist\client\index.js
Import trace for requested module: ./node_modules/next/dist/lib/is-error.js
It stop here and few hour also not continue. May I know it's completed run? What cause this error? When I run the localhost to download the language models and it gave me an error also.
Can you upgrade your node and npm to latest version
my npm version is 9.5.1 , node version is v18.16.0. I think both is latest version
Can you upgrade your node and npm to latest version
Do you mean LTS or Current?