Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to fix 'jspm' is not recognized as an internal or external command, operable program or batch file

Tags:

jspm

I install jspm in https://github.com/jspm/jspm-cli/wiki/Getting-Started. npm install jspm -g. It run. and I call it: jspm install, it not run,cmd notice "'jspm' is not recognized as an internal or external command, operable program or batch file." help me, please!

like image 368
Hữu Thoại Lê Avatar asked Jul 11 '15 09:07

Hữu Thoại Lê


1 Answers

Adding %appdata%\npm in environment variables under PATH worked for me.

like image 149
Francois Taljaard Avatar answered Sep 20 '22 09:09

Francois Taljaard