Facing issue on package installation.
npm ERR! code ENOLOCAL
npm ERR! Could not install from "node_modules/glob-fs/micromatch@github:jonschlinkert/micromatch#5017fd78202e04c684cc31d3c2fb1f469ea222ff" as it does not contain a package.json file.
Getting this Error on npm install
pacakge.json contains
"glob-fs": "^0.1.7",
node - 8.10.0
npm - 6.14.9
Please help with this issue.
@jonschlinkert