SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same issue while trying to install firebase-tools in my windows laptop. this is how i solved it.
npm cache clean --force
npm install npm@latest -g
npm install -g firebase-tools