Skip to content

Commit

Permalink
feat: warn npm users if npm is above 7 version (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc authored Jan 20, 2022
1 parent e81cafa commit 32ee074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
"node": "^10.17 || ^12"
"node": "^10.17 || ^12",
"npm": ">=v6.11.3 <7.0.0"
},
"scripts": {
"lint": "eslint . && prettier --check . --ignore-unknown",
Expand Down

0 comments on commit 32ee074

Please sign in to comment.