vue-for-idea
vue-for-idea copied to clipboard
'Install Vue' assumes location of npm
When attempting to "Install Vue", it fails with:
IllegalArgumentException: exe: /usr/local/bin/npm doesn't exist
I can see the location assumption here: https://github.com/henjue/vue-for-idea/blob/master/src/main/java/io/j99/idea/vue/action/InstallAction.java#L46
Many of us use NVM or some form of version manager, and deliberately don't have a global installation of Node.
you need install npm。
ubuntu example :sudo apt-get install npm
Please read the issue beyond the first two lines. You have closed this prematurely.
I have NPM installed, but not where your plugin assumes it is.
Have the same issue too.
I am running WebStorm on my Window 10 laptop and have Node.js installed globally. Is it because this plugin doesn't support Windows yet?
same issue with nvm
+1, same problem with upstairs, can i change the npm path?