Skip to content

Commit

Permalink
Postinstall fails on older than Node 14.14 because it uses fs.rmSync
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Fiduccia <vincent@rancher.com>
  • Loading branch information
vincent99 committed May 3, 2021
1 parent 8eb9614 commit 1923846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "rancher-desktop",
"license": "Apache-2.0",
"version": "0.1.0",
"engines": {
"node": ">=14.14"
},
"scripts": {
"dev": "node ./scripts/dev.mjs",
"lint": "eslint --ignore-path=.gitignore --ext mjs,js,ts,vue --fix .",
Expand Down

0 comments on commit 1923846

Please sign in to comment.