We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a177ae5 commit c6253c5Copy full SHA for c6253c5
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
- checkout
13
- run:
14
name: Upgrade npm
15
- command: npm install -g [email protected]
+ command: npm install [email protected]
16
- run: rm -rf node_modules package-lock.json
17
- run: npm install
18
0 commit comments