Skip to content

Commit

Permalink
Add warnings about dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Louie committed Nov 18, 2021
1 parent de3d40b commit f842237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ For more detailed instructions, watch the [Cococo video demo](https://youtu.be/X

#### Running the app

CoCoCo requires node version 12 (it has been tested successfully on v12.22.7 but not on v16), and the build process requires that you run on OSX or Windows (not Linux due to an issue with case-sensitive imports in Typescript).

```bash
yarn install
yarn dev
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"test-dev": "NODE_ENV=dev webpack --config=configs/webpack/dev.js",
"deploy": "yarn build && node deploy.js"
},
"engines": {
"node": "~12.22.7"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
Expand Down

0 comments on commit f842237

Please sign in to comment.