From 1c890dfeb56f8be2faffea7bf14c85d15f3f1c54 Mon Sep 17 00:00:00 2001 From: Kurounin Date: Tue, 17 Mar 2020 18:40:47 +0200 Subject: [PATCH] Fix EACCES error when running npm install --- daemon/upgrade/0.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/upgrade/0.6.md b/daemon/upgrade/0.6.md index 3d90eeba..5c507df1 100644 --- a/daemon/upgrade/0.6.md +++ b/daemon/upgrade/0.6.md @@ -32,6 +32,6 @@ You can safely ignore this output. Do not run the audit fix command, you _will_ ::: ``` bash -npm install --only=production +npm install --only=production --unsafe-perm systemctl restart wings ```