Add node version requirement to README (#206)

* Update README.md

* add engines to package.json
This commit is contained in:
Robert Brennan
2024-03-26 12:05:48 -04:00
committed by GitHub
parent a6aa2d88cc
commit 7cdfe63432
3 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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": {

View File

@@ -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",