* Update README.md * add engines to package.json
@@ -19,7 +19,7 @@ OpenDevin is still a work in progress. But you can run the alpha version to see
### Requirements
* [Docker](https://docs.docker.com/engine/install/)
* [Python](https://www.python.org/downloads/) >= 3.10
-* [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
+* [NodeJS](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) >= 14.8
### Installation
```bash
@@ -47,6 +47,9 @@
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2"
+ },
+ "engines": {
+ "node": ">=14.8.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -3,6 +3,9 @@
"version": "0.1.0",
"private": true,
"type": "module",
+ "engines" : {
+ "node" : ">=14.8.0"
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.2.2",