Skip to content

Commit f842237

Browse files
author
Ryan Louie
committed
Add warnings about dependencies
1 parent de3d40b commit f842237

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ For more detailed instructions, watch the [Cococo video demo](https://youtu.be/X
1212

1313
#### Running the app
1414

15+
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).
16+
1517
```bash
1618
yarn install
1719
yarn dev

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"test-dev": "NODE_ENV=dev webpack --config=configs/webpack/dev.js",
1313
"deploy": "yarn build && node deploy.js"
1414
},
15+
"engines": {
16+
"node": "~12.22.7"
17+
},
1518
"devDependencies": {
1619
"@babel/cli": "^7.4.4",
1720
"@babel/core": "^7.4.4",

0 commit comments

Comments
 (0)