Hi there, this is a really nice project! I was setting this up locally and noticed you have the minimum Node.js version set in package.json. Just curious, is there any particular reason this has been set? If not, I think it will be easier for others to develop locally if this is less restrictive.
(Yarn wasn't allowing me to install the node_modules without switching the Node.js version.)
|
"engines": { |
|
"node": ">=12.14.1" |
|
}, |
Hi there, this is a really nice project! I was setting this up locally and noticed you have the minimum Node.js version set in
package.json. Just curious, is there any particular reason this has been set? If not, I think it will be easier for others to develop locally if this is less restrictive.(Yarn wasn't allowing me to install the
node_moduleswithout switching the Node.js version.)tako/package.json
Lines 7 to 9 in e981f78