failed to install JSPM (node JS)

0

I try to install JSPM with these commands link but I have an error trying to try it with the command      npm install jspm -g and I get an error Please update to minimatch 3.0.2 or higher but I check the version of the minimatch and it's 3.10.7 * I do not understand I have NODE v6.5.0

    
asked by Sergio Romero 15.09.2016 в 18:50
source

3 answers

1

JSPM are probably related to the version of Node.JS in your system. Your V6 running, try to change to V5 not all packages are ready yet for V6 and it looks like JSPM has some problems with the V6.

    
answered by 15.09.2016 в 19:09
1

Try installing that version:   npm install -g [email protected]

    
answered by 15.09.2016 в 20:48
1

JSPM v0.16 probably has a dependency to minimatch ^ 2. That is independent of the version you have in your system.

That which is coming to you is a warning, not an error. Effectively minimatch 2 has defects that warrant recommending your upgrade, but your installation of jspm should have been completed the same.

    
answered by 28.03.2017 в 02:45