node.js - Could not find module 'shelljs' -
i have error when run apache cordova project visual studio 2015 below.
error bld401 error : bld00401 : not find module 'shelljs'. please go tools --> options --> tools apache cordova --> cordova tools --> clear cordova cache , try building again.
i tried install shelljs grobally
npm install -g shelljs
but still not working.
should convert phonegap project , work on other ides?
i found solution reason [-g] install globally wasn't working. did installing shelljs command in project location below.
path project\platforms\android\cordova
and install "shelljs" @ location
npm install shelljs
hope has same issue.
Comments
Post a Comment