Skip to content

Commit

Permalink
maint/dev ~ remove 'fsevents' hack for npm clean-install (with notes)
Browse files Browse the repository at this point in the history
- `npm clean-install` now requires at least NodeJS v10.23.1, npm v7.24.2 or yarn v1.22.19
- note: `npm install` continues to work for earlier versions of NodeJS/npm/yarn

## ref

- [npm ERR! fsevents not accessible from chokidar](bahmutov/npm-install#103)
  • Loading branch information
rivy committed Dec 1, 2023
1 parent 252ffa7 commit 35f2b2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,7 @@
"typescript": "~4.2.0",
"unified": "^9.2.0"
},
"optionalDependencies:#": "* 'fsevents' included to avoid `npm ci` errors with early npm versions; ref: <https://github.com/bahmutov/npm-install/issues/103>",
"optionalDependencies": {
"fsevents": "*"
},
"ava": {
"files": [
Expand Down

0 comments on commit 35f2b2a

Please sign in to comment.