Skip to content

ng serve using wrong node/npm version #117

Description

@alessandroderoma

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions