• Resolved guizmooo

    (@guizmooo)


    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)
  • Plugin Author Yani

    (@yaniiliev)

    You probably don’t want to run the wp-scripts on your live website. Generate everything in your local, then migrate it to your live website. I don’t have a clue what could be causing the described issue above.

Viewing 1 replies (of 1 total)

The topic ‘node_modules/.bin/wp-scripts: Permission denied’ is closed to new replies.