Fix EACCES error when running npm install

This commit is contained in:
Kurounin 2020-03-17 18:40:47 +02:00 committed by GitHub
parent 69bfa11d10
commit 1c890dfeb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,6 @@ You can safely ignore this output. Do not run the audit fix command, you _will_
::: :::
``` bash ``` bash
npm install --only=production npm install --only=production --unsafe-perm
systemctl restart wings systemctl restart wings
``` ```