EmbedAI icon indicating copy to clipboard operation
EmbedAI copied to clipboard

npm run dev hang in certain point

Open swloo618 opened this issue 1 year ago • 3 comments

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.

swloo618 avatar May 31 '23 08:05 swloo618

Can you upgrade your node and npm to latest version

Anil-matcha avatar May 31 '23 13:05 Anil-matcha

my npm version is 9.5.1 , node version is v18.16.0. I think both is latest version

swloo618 avatar Jun 01 '23 01:06 swloo618

Can you upgrade your node and npm to latest version

Do you mean LTS or Current?

sjssmits avatar Jun 04 '23 15:06 sjssmits