How to solve “Cannot find module ‘bplist-parser'” ?

Now here i will show you How to solve “Cannot find module ‘bplist-parser'” ? When i was working on my ionic mobile application on my ubuntu operating system and i was try to remove the android platform at that time i was see the bellow error :

module.js:340
    throw err;
          ^
Error: Cannot find module 'bplist-parser'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)

    .....

Here I was also try to remove the all platform directly but i still i was found this error. I also search on google but i was notice this error also phonegap, cordova, node.js etc. Finally i was found the bellow command and can solved, if we have also this error then you can try the bellow command and check…

sudo npm install -g bplist-parser

Read Also : Vue JS Get Array Length Or Object Length

I hope it will help you. Also you can follow us on Facebook

About Md. Mostofa Kamal

My name is Md. Mostofa Kamal. I'm a developer. I live in Bangladesh and I love to write tutorials and tips that will help other developers. I am a big fan of PHP, Javascript, JQuery, Laravel, Codeigniter, VueJS, AngularJS, and Bootstrap from the early stage.

View all posts by Md. Mostofa Kamal →