Skip to content

Commit

Permalink
Update package-lock.json file to npm 8
Browse files Browse the repository at this point in the history
Fixes: #650
  • Loading branch information
saghul committed Nov 2, 2021
1 parent 6cb32ec commit b4c239a
Show file tree
Hide file tree
Showing 4 changed files with 19,706 additions and 91 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package-lock=true
; FIXME: figure out why we need this...
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you want to hack on this project, here is how you do it.

#### Installing dependencies

Install Node.js 14 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 14 by running `nvm use`).
Install Node.js 16 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 16 by running `nvm use`).

<details><summary>Extra dependencies for Windows</summary>

Expand Down
Loading

0 comments on commit b4c239a

Please sign in to comment.