XDE thinks I'm using an old npm version

I get the warning:

Warning: You are using npm version 5.6.0. There may be bugs in this version, use it at your own risk. We recommend version latest.

in XDE when creating a new project. However npm -v in the folder in terminal produces 6.2.0 (latest)

Any ideas? Is this a problem?

Thanks
Sean

@separo

if you are using nvm you maybe need to run exp path to fix this.

This command will export some vars on system that holds where exp executable is installed.

1 Like

Thanks @victorwads ! It was nvm messing things up. I deleted nvm and it’s path variables and we’re in business.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.