micromatch / glob-fs

file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
http://jonschlinkert.github.io/glob-fs
MIT License
55 stars 17 forks source link

npm ERR! Does not contain a package.json file #36

Open shrikant10 opened 3 years ago

shrikant10 commented 3 years ago

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