Jacky Zhao
2023-10-04 cf0c090e3c5af86097e2460b00adc52ef8555e9d
specify minimum npm version
2 files modified
3 ■■■■ changed files
docs/index.md 2 ●●● patch | view | raw | blame | history
package.json 1 ●●●● patch | view | raw | blame | history
docs/index.md
@@ -6,7 +6,7 @@
## ðŸª´ Get Started
Quartz requires **at least [Node](https://nodejs.org/) v18.14** to function correctly. Ensure you have this installed on your machine before continuing.
Quartz requires **at least [Node](https://nodejs.org/) v18.14** and `npm` v9.3.1 to function correctly. Ensure you have this installed on your machine before continuing.
Then, in your terminal of choice, enter the following commands line by line:
package.json
@@ -19,6 +19,7 @@
    "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
  },
  "engines": {
    "npm": ">=9.3.1",
    "node": ">=18.14"
  },
  "keywords": [