5

im Setup ionischen Rahmen für meine ubuntu Maschine versucht, ich in ersten Prozess gelang es wird aber bei der Zugabe android platform.this stecken ist der Fehler im bekommenFehler beim Hinzufügen von Android-Plattform in Ionic Rahmen in ubuntu

module.js:339 
throw err; 
^ 

Error: Cannot find module 'bplist-parser' 
at Function.Module._resolveFilename (module.js:337:15) 
at Function.Module._load (module.js:287:25) 
at Module.require (module.js:366:17) 
at require (module.js:385:17) 
at Object.<anonymous> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/cordova-common/src/ConfigChanges/ConfigFile.js:20:14) 
at Module._compile (module.js:435:26) 
at Object.Module._extensions..js (module.js:442:10) 
at Module.load (module.js:356:32) 
at Function.Module._load (module.js:311:12) 
at Module.require (module.js:366:17) 
at require (module.js:385:17) 

hilf mir bitte

+0

Ist Android aktuell? – Kingalione

+0

Versuchen Sie diese https://forum.ionicframework.com/t/cordova-error-cannot-find-blplist-parser/38108/6 –

+0

danke es funktionierte ... http: //www.ashif.me/ – user1474752

Antwort

3

Ich habe den gleichen Fehler. Ich habe es behoben, indem ich fehlende Module manuell installiert habe.

sudo npm install -g bplist-parser 
sudo npm install -g minimatch 
sudo npm install -g inherits 
sudo npm install -g path-is-absolute 
sudo npm install -g inflight 
sudo npm install -g once 
2

Ich habe den gleichen Fehler nach der Aktualisierung Cordova. Die Lösung fand ich war noch einfacher:

sudo npm update -g 

und das ist alles. Ich hoffe es hilft.

Verwandte Themen