Closed deniercounter closed 4 years ago
@deniercounter Check this issue https://github.com/async-labs/saas/issues/127
Thanks for the hint. I use nvm, but I don't think I can run different node version in different terminals on the same machine. But maybe with a different user?
But this is not an issue for here.
@deniercounter You can either install required versions of Node and Yarn. Or you can deviate from this project and specify your own versions in your own package.json
file: https://github.com/async-labs/saas/blob/e42553df1bc87d12b8cf784a594f24ad5bf21959/api/package.json#L5
@tima101 Thank you! I only had a look at the root package.json.
Hey @deniercounter, I use this to revert to 12.16.1: https://stackoverflow.com/questions/7718313/how-to-change-to-an-older-version-of-node-js
LOG: npm i
yarn install v1.22.5 [1/5] Validating package.json... error api-same-as-10-end-api@1.0.0: The engine "node" is incompatible with this module. Expected version "12.16.1". Got "13.9.0" error api-same-as-10-end-api@1.0.0: The engine "yarn" is incompatible with this module. Expected version "1.22.4". Got "1.22.5" error Found incompatible module.