node_modules/.bin/wp-scripts: Permission denied
-
I use All in one wp migration to migrate my website between local and live. With my last migration from live to local, when I run npm run start I have an error message “node_modules/.bin/wp-scripts: Permission denied”.
So I deleted my package-lock.json, nodes modules and build files. After that reinstall everything, and I could run npm run start.
But now when I migrate my website from local to live, my JS and CSS modification are not migrate. Any idea why and what should I do to fix the problem?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘node_modules/.bin/wp-scripts: Permission denied’ is closed to new replies.