node.js - Ionic './ber/index' module not found -
i'm building ionic app , wanted build ios. didn't work. got error module not found. after while fixed installing several modules using npm install modulename -g
now got following error:
error: cannot find module './ber/index' @ function.module._resolvefilename (module.js:336:15) @ function.module._load (module.js:278:25) @ module.require (module.js:365:17) @ require (module.js:384:17) @ object.<anonymous> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/index.js:6:11) @ module._compile (module.js:460:26) @ object.module._extensions..js (module.js:478:10) @ module.load (module.js:355:32) @ function.module._load (module.js:310:12) @ module.require (module.js:365:17)
but don't think ./ber/index
module. npm says. how going solve this?
also, why npm modules missing? there way solve this? manually installed using nmp install modulename -g
never stops ...
remove not require modules node_modules folder. had same error removed not require modules code run well.
Comments
Post a Comment