Error: npm: Command failed with exit code 1 Error output: npm ERR! code ENOLOCAL npm ERR! Could not install from "android" as it does not contain a package.json file. code example
Example 1: ionic ENOLOCAL error
Remove the android folder from your project . its the very first folder at the beggining of your project work space
Example 2: code ENOLOCALnpm ERR! Could not install from "android"
there was and Android folder created in the root directory (not the platforms directory), after removing this folder the command worked again.