We will learn How to solve "Cannot find module 'bplist-parser'" 


If you are getting the following 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)

    .....

 try bellow command and check...

sudo npm install -g bplist-parser

May this will help you.