While doing npm install getting an error as “No such file or directory open”

delete package-lock.json first. navigate to the root folder of your project and npm cache clean --force, then try npm install

Leave a Comment