and I need to run npm run build. I already have the src and node_modules on that server.
When I try to run the build I get permission error.
I cannot run npm install on that server, or on any server.
I must use the current node_modules directory.
Any solution?
Maybe just post the exact error you're getting
> dashboard@0.1.0 build > vue-cli-service build sh: 1: vue-cli-service: Permission denied npm ERR! code 126 npm ERR! path /var/www/html/vueTmp/frontend-6bece520ebc701a8178b53ac9429eb6137337567-6bece520ebc701a8178b53ac9429eb6137337567 npm ERR! command failed npm ERR! command sh -c vue-cli-service build
From my search on the internet, everyone says that I need to delete the node_modules directory and run npm install... Which I can't
Maybe the current user doesn't have full access to /var/www/html/vueTemp?
I wish... I run this with the user root
Why can't you delete it?
The server don't have internet access for the installation. And they have dependencies that doesn't exist anymore or deprecated
Обсуждают сегодня