jhipster / generator-jhipster-nodejs

A NodeJS blueprint that creates the backend using NestJS
https://www.npmjs.com/package/generator-jhipster-nodejs
Apache License 2.0
256 stars 79 forks source link

Polyfilling node core modules when upgrade to Jhipster 6.10 #178

Closed sabeurios closed 3 years ago

sabeurios commented 3 years ago

I have an existing project generated with jhipster 5.7 so I upgraded it to 6.10 and I transferred the existing files to the new directory and suddenly I had this polyfilling problem

Screenshot 2020-10-29 at 09 19 28

I opened a subject in the webpack form but they directed me here

ghost commented 3 years ago

Hi @sabeurios, thanks for the issue! But... it is not related to the NHipster :-) ... The reasons are:

  1. NHipster is not born with JHipster 5.7 but with JHipster 6.3.0
  2. NHipster is the official JHipster blueprint that replaces java backend with nodejs backend. Your error is related to the frontend client and not to nodejs backend
  3. For the last two points, it seems that you have generated an application with JHipster and not with NHipster

Therefore, you should open a issue on the related jhipster repo issues and expose your reason. Thanks