SyntaxFix
Write A Post
Hire A Developer
Questions
I had a similar problem. npm install --only=dev didn't work, and neither did npm rebuild. Ultimately, I had to delete node_modules and package-lock.json and run npm install again. That fixed it for me.
npm install --only=dev
npm rebuild
node_modules
package-lock.json
npm install