chore: specify npm version explicitly to avoid 'npm MODULE_NOT_FOUND' error#5312
chore: specify npm version explicitly to avoid 'npm MODULE_NOT_FOUND' error#5312SteKoe merged 4 commits intocodecentric:masterfrom
Conversation
849d55a to
53b67f9
Compare
b2dbb22 to
dcd3d84
Compare
|
I have pushed a renovate.json file that tries to address this issue. I also updated versions in other places, as well. |
Good to hear. Will it track the npm version as well? |
npm versions are handled independently by renovate but are now bundled in one PR, when node.js version increases. According to the docs, at least. |
Thanks. |
See eirslett/frontend-maven-plugin#1178
@SteKoe can't
renovatebe configured to keep in sync thosenode.version(and nownpm.version) properties every time it updates theenginessection under thepackage.json?The Node version specified in the
pom.xmlwas way older than the one specified underenginesin thepackage.json.