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

ng serve using wrong node/npm version #117

Open
alessandroderoma opened this issue Mar 13, 2018 · 0 comments
Open

ng serve using wrong node/npm version #117

alessandroderoma opened this issue Mar 13, 2018 · 0 comments

Comments

@alessandroderoma
Copy link

alessandroderoma commented Mar 13, 2018

From windows cmd:

>node -v
v8.9.4

>npm -v
5.6.0

If I choose Run As > ng serve on my eclipse project, it doesn't compile. If I hit CTRL-C and run the same commands inside the terminal window in eclipse I get this:

>node -v
v6.9.4

>npm -v
3.10.10

I already changed nodejs version in eclipse, it shows 8.9.4.

prefs

I restarted eclipse but the plugin still uses the old version.
I can't seem to find a way to set the node version for this plugin. How can I do it? Is this a bug?

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

No branches or pull requests

1 participant