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
I'm encountering an issue while running the npm run webapp:build command in my Jhipster project. The error message is as follows:
ruby
Copy code
[commonjs--resolver] Missing "./dist/types/cli" specifier in "generator-jhipster" package
error during build:
Error: Missing "./dist/types/cli" specifier in "generator-jhipster" package
at e (file:///path/to/your/project/node_modules/vite/dist/node/chunks/dep-wTaJK0Jt.js:21912:25)
at n (file:///path/to/your/project/node_modules/vite/dist/node/chunks/dep-wTaJK0Jt.js:21912:627)
at o (file:///path/to/your/project/node_modules/vite/dist/node/chunks/dep-wTaJK0Jt.js:21912:1297)
at resolveExportsOrImports (file:///path/to/your/project/node_modules/vite/dist/node/chunks/dep-wTaJK0Jt.js:29165:20)
at resolveDeepImport (file:///path/to/your/project/node_modules/vite/dist/node/chunks/dep-wTaJK0Jt.js:29184:31)
at tryNodeResolve (file:///path/to/your/project/node_modules/vite/dist/node/chunks/dep-wTaJK0Jt.js:28909:20)
at Object.resolveId (file:///path/to/your/project/node_modules/vite/dist/node/chunks/dep-wTaJK0Jt.js:28665:28)
at file:///path/to/your/project/node_modules/rollup/dist/es/shared/node-entry.js:18692:40
at async PluginDriver.hookFirstAndGetPlugin (file:///path/to/your/project/node_modules/rollup/dist/es/shared/node-entry.js:18592:28)
at async resolveId (file:///path/to/your/project/node_modules/rollup/dist/es/s
Motivation for or Use Case
It makes my build fail
JHipster Version(s)
8.1.0
JHipster configuration
The text was updated successfully, but these errors were encountered:
Overview of the issue
I'm encountering an issue while running the npm run webapp:build command in my Jhipster project. The error message is as follows:
ruby
Copy code
Motivation for or Use Case
It makes my build fail
JHipster Version(s)
8.1.0
JHipster configuration
The text was updated successfully, but these errors were encountered: