Error: Cannot find module 'config-chain'

Hello

When I run the following command:
ionic start myApp sidemenu

I got this error:
Error: Cannot find module 'config-chain’
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:289:25)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object. (/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/ionic-cordova-lib/node_modules/npm/lib/config/core.js:2:10)
at Module._compile (module.js:425:26)
at Object.Module._extensions…js (module.js:432:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)

Cannot find module ‘config-chain’ (CLI v1.7.10)

Can you refer to this issue and see if any of the steps taken there fixes it for you. If not, please add a comment there with the output of ionic info. Thanks! :smile:

Running npm cache clean is working for some people.