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

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -