Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

'CALL "C:Program Files odejs ode.exe" "C:Program Files odejs ode_modules pmin pm-cli.js" prefix -g' is not recognized as an internal or external command, operable program or batch file.

I am using windows 8.1 enterprise version, and I have my files in appdata/npm still I am getting the above error. I installed the latest node version,i.e, v6.3.0 and I've even tried with the older version of node ,i.e, v4.4.7 and I am getting the same error.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
916 views
Welcome To Ask or Share your Answers For Others

1 Answer

I had the same issue. Mine also printed this issue.

error file C:Windowssystem32cmd.exe;

seems I screwed up my comSpec in my environmental variables.
The ";" at the end of that line was causing the error.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...