-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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
devon npm setup ignores a given version #667
Comments
npm command itself just delegates to node:
Seems that someone thought an implicit requirement is to get latest npm insode node command:
IMHO I did not design this part. IMHO the expecation of @fdcg is correct and building on this I would say:
|
@fdcg It seems that npm version is somehow bundled with node version. So the safest and easiest approach would be to maintain Do you happen to need a specific |
@hohwille |
* Bugfix or issue #667 - devon npm setup ignores a given version * constructive review changes * Adaptation to new download process Co-authored-by: fdcg <fdcg@users.noreply.github.com> Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Expected behavior
As a user, I want to define the variable
NPM_VERSION
as described in the documentation so that this defined version is installed withdevon npm setup
.Actual behavior
The variable
NPM_VERSION
is ignored and there is only the NPM version installed with node available.Steps to reproduce (bug) / Use Case of feature request (enhancement)
devon node setup
npm -version
and notice the versionNPM_VERSION
to a different version.devon npm setup
npm -version
The output of step 5 is the same as of step 2.
Related/Dependent Issues
Comments/Hints:
Affected version:
The text was updated successfully, but these errors were encountered: