SamurAIGPT / EmbedAI

An app to interact privately with your documents using the power of GPT, 100% privately, no data leaks

Home Page:https://www.thesamur.ai/?utm_source=github&utm_medium=link&utm_campaign=github_privategpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm run dev hang in certain point

swloo618 opened this issue · comments

commented

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

commented

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?