Похожие чаты

Hi all, I'm working on a "on-premise" system without internet

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?

10 ответов

14 просмотров

Maybe just post the exact error you're getting

RH- Автор вопроса
Thomas
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

RH- Автор вопроса
RH
> dashboard@0.1.0 build > vue-cli-service build s...

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

RH
> dashboard@0.1.0 build > vue-cli-service build s...

Maybe the current user doesn't have full access to /var/www/html/vueTemp?

RH- Автор вопроса
RH- Автор вопроса
Thomas
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

RH
👆

Did you try the same command locally?

Похожие вопросы

Карта сайта