Skip to content
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

When running in the debug console, the path should point to the correct version of npm #950

Closed
paulbatum opened this issue Jan 8, 2014 · 2 comments · Fixed by #951
Closed
Milestone

Comments

@paulbatum
Copy link
Contributor

If I open the debug console and run node -v I get 0.10.5 and for npm -v I get 1.1.37. This is not the correct version of npm - I should get 1.2.18.

The problem is that the path environment variable has not been set to point to the correct version of npm.

Using the old version of npm is problematic because there were recent breaking changes relating to SSL.

Kudu should update my path to point to the appropriate version of npm.

@davidebbo
Copy link
Member

Yes, we should do this.

@davidebbo
Copy link
Member

This is actually causing some regressions (like this one) due to a change on the npm server. We should try to take this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants