Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run "npm start" for the 8.0.0 #24256

Closed
1 task
vw98075 opened this issue Nov 16, 2023 · 1 comment · Fixed by #24294
Closed
1 task

Unable to run "npm start" for the 8.0.0 #24256

vw98075 opened this issue Nov 16, 2023 · 1 comment · Fixed by #24294

Comments

@vw98075
Copy link
Contributor

vw98075 commented Nov 16, 2023

Overview of the issue

After starting the server with "./gradlew", tried to start the Webpack dev-server with BrowserSync

 npm start

> [email protected] start
> npm run webapp:dev --

npm ERR! Missing script: "webapp:dev"
npm ERR! 
npm ERR! Did you mean one of these?
npm ERR!     npm run webapp:serve # run the "webapp:serve" package script
npm ERR!     npm run webapp:test # run the "webapp:test" package script
npm ERR! 
npm ERR! To see a list of scripts, run:
npm ERR!   npm run
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)

8.0.0

JHipster configuration
{
  "generator-jhipster": {
    "applicationType": "monolith",
    "authenticationType": "jwt",
    "baseName": "myapp",
    "buildTool": "gradle",
    "cacheProvider": "caffeine",
    "clientFramework": "vue",
    "clientTestFrameworks": [],
    "clientTheme": "spacelab",
    "clientThemeVariant": "light",
    "creationTimestamp": 1700096345577,
    "databaseType": "sql",
    "devDatabaseType": "h2Memory",
    "devServerPort": 9060,
    "enableGradleEnterprise": null,
    "enableHibernateCache": true,
    "enableSwaggerCodegen": true,
    "enableTranslation": false,
    "entities": [],
    "gradleEnterpriseHost": null,
    "jhipsterVersion": "8.0.0",
    "jwtSecretKey": "ODIzMjI0Y2EzYjAxODM4MTRjNmQ0NGE4ZTBmNTc3YzA1Njg5OTUzNDE5MmM1MjgyZjY3ZTMxODZhNjdkZWQxZmRlOTMxNGFhMDY3Y2Q3NmU3YmRjODBkN2IzMjdiOWQ1NjUyNzE1MjU2YWNhMzllOTdmZmQzM2QyNjYxNDcxYWY=",
    "messageBroker": false,
    "microfrontend": null,
    "microfrontends": [],
    "nativeLanguage": "en",
    "packageName": "com.abc.myapp",
    "prodDatabaseType": "postgresql",
    "reactive": false,
    "searchEngine": false,
    "serverPort": null,
    "serverSideOptions": ["websocket:spring-websocket", "enableSwaggerCodegen:true"],
    "serviceDiscoveryType": false,
    "testFrameworks": [],
    "websocket": "spring-websocket",
    "withAdminUi": true
  }
}
Entity configuration(s) entityName.json files generated in the .jhipster directory

No entities have been introduced yet.

Browsers and Operating System
  • Checking this box is mandatory (this is just to show you read everything)
Copy link
Contributor

github-actions bot commented Nov 16, 2023

JHipster has completed the sample check
.yo-rc.json:
Entities JDL:
Application: successfully generated
Frontend check: skipped
Backend check: skipped
E2E check: skipped

This check uses jhipster info output from the issue description to generate the sample.
Bug report that does not contain this information will be marked as invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants