generator-jhipster-nodejs
generator-jhipster-nodejs copied to clipboard
Feature/upgrade jh 781
Just like my previous pull request except one increment higher, bumps the dependencies up to jhipster 7.8.1
Hi, Thanks for the interest. Updating to new jhipster is not so simple, in fact we need to resolve the actual problem of integration tests not running in github actions.
@amanganiello90 Can we trigger the build again? The pipelines says "The logs for this run have expired and are no longer available."
Found another pipeline which have logs
It seems the module chalk
isn't been found by the application.
I would like to know if:
-
chalk
isn't installed, - The environment is corrupt and no packages can't be found;
The error is in generators/app/index.js
. Can we do a small test by swap two rows around and test again?
const AppGenerator = require('generator-jhipster/generators/app');
const chalk = require('chalk');
Chalk has already added in package.json : https://github.com/jhipster/generator-jhipster-nodejs/blob/7002525011ef61db674ea8997a7dabf7fdd497ec/package.json#L56
That's good, still the application can't find it. I suspect there is a configuration error in the build and in a way it can't find the modules.
To validate this I would like to change the code so chalk
isn't loaded first. If the problem is still chalk
I know to look into chalk
. If the problem becomes another module, I know to look into npm
and the project-configuration
.
Hi, Thanks for the interest. Updating to new jhipster is not so simple, in fact we need to resolve the actual problem of integration tests not running in github actions.
Hello @amanganiello90! I would like to contribute to the NHipster project. What is the most up-to-date branch or commit, which tries to use a version of JHipster >= 7.7.x and that is minimally stable? I understand that this branch or commit may still have some errors, but I would like to know where to try to improve the NHipster project from.
Thank you. Try the main branch
Superseded by https://github.com/jhipster/generator-jhipster-nodejs/pull/301
Thanks anyway @UserNobody14 for the contribution