jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.5k stars 4.02k forks source link

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

Closed vw98075 closed 10 months ago

vw98075 commented 10 months ago
Overview of the issue

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

 npm start

> mayapp@0.0.0 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
github-actions[bot] commented 10 months ago

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.