frank
01/21/2021, 12:48 PM"dependencies": {
"kotlin": "^1.4.0", // Conflict with kotlinx-coroutines-core package
"kotlinx-coroutines-core": "^1.4.2",
},
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: node-server@0.1.0
npm ERR! Found: kotlin@1.4.21
npm ERR! node_modules/kotlin
npm ERR! kotlin@"^1.4.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer kotlin@"1.4.0" from kotlinx-coroutines-core@1.4.2
npm ERR! node_modules/kotlinx-coroutines-core
npm ERR! kotlinx-coroutines-core@"^1.4.2" from the root project
Animesh Sahu
01/21/2021, 12:58 PMkotlinx-coroutines-core@1.4.2
is requiring kotlin@"1.4.0"
and latest is 1.4.21
🤔frank
01/21/2021, 1:08 PM"dependencies": {
"kotlinx-coroutines-core": "^1.4.2",
},