error: This is probably not a problem with npm. There is likely additional logging output above

Delete your package-lock.json file and node_modules folder.
Then do npm cache clean

npm cache clean --force

do
npm install

again and run

Leave a Comment