mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
use sudo to install npm
This commit is contained in:
parent
1387f1c8c2
commit
76912c8a0d
@ -104,7 +104,7 @@ jobs:
|
||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Install npm 6
|
||||
command: npm install -g npm@6
|
||||
command: sudo npm install -g npm@6
|
||||
- run:
|
||||
name: Install deps via npm
|
||||
command: npm install
|
||||
|
Loading…
Reference in New Issue
Block a user