diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d710a673273..09120a97207 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,7 @@ Our code base is written in TypeScript and must adhere to specific conventions a ## Getting a development environment set up -An installation of Node is required for development. If you don't have Node installed, we recommend [Volta](https://docs.volta.sh/guide/getting-started), which will automatically use the Node/NPM versions pinned at the bottom of [`package.json`](./package.json). If you prefer a different Node version manager, make sure to use the major versions of Node/NPM specified in [`package.json`](./package.json). +An installation of Node is required for development. If you don't have Node installed, we recommend [Volta](https://docs.volta.sh/guide/getting-started), which will automatically use the Node/NPM versions pinned at the bottom of [`package.json`](./package.json). If you prefer a different Node version manager, make sure to use the major versions of Node/NPM specified under the "volta" key in [`package.json`](./package.json). We also recommend installing the following extensions in your editor of choice: TypeScript, TailwindCSS, ESLint, Stylelint, and Prettier. If you use VS Code, you will see a pop up in the bottom right corner prompting you to install or view the workspaces's recommended extensions. Here are instructions for manually installing the extensions in a variety of editors: diff --git a/package.json b/package.json index 077ca0e846f..6510c7371e3 100644 --- a/package.json +++ b/package.json @@ -111,9 +111,6 @@ "workbox-build": "7.0.0" }, "license": "SEE LICENSE.md", - "engines": { - "node": ">=16.0.0" - }, "packageManager": "npm@10.1.0", "volta": { "node": "18.18.0",