We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a devonfw-ide user, I want to use the ide with node 20.x.x so that I can build angular 17 applications
When setting up devon, the following error occurs:
devon.properties
NODE_VERSION
NPM_VERSION
v20.11.1
10.2.3
This issue is caused by the npm version not being listed in Ide-urls
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
As a devonfw-ide user, I want to use the ide with node 20.x.x so that I can build angular 17 applications
Actual behavior
When setting up devon, the following error occurs:
Steps to reproduce (bug) / Use Case of feature request (enhancement)
devon.properties
file, update the variablesNODE_VERSION
andNPM_VERSION
tov20.11.1
and10.2.3
respectively.Comments/Hints:
This issue is caused by the npm version not being listed in Ide-urls
The text was updated successfully, but these errors were encountered: