@@ -392,7 +392,7 @@ Here is a 'simple' guide for solving problems:
392
392
- Docker
393
393
- ` Cannot connect to the Docker daemon ` - open ` Docker Desktop `
394
394
- Kotlin/Js or Kotlin/Wasm
395
- - ` kotlinUpgradePackageLock ` or ` kotlinWasmUpgradePackageLock ` (and also ` kotlinNpmInstall ` or ` kotlinWasmNpmInstall ` )
395
+ - ` kotlinUpgradeYarnLock ` or ` kotlinWasmUpgradeYarnLock ` (and also ` kotlinNpmInstall ` or ` kotlinWasmNpmInstall ` )
396
396
have a funny tendency to fail sometimes, and you don't know why.
397
397
398
398
I'll tell you!
@@ -403,7 +403,7 @@ Here is a 'simple' guide for solving problems:
403
403
If something doesn't work, your steps are:
404
404
- Delete ` package-lock.json ` file
405
405
- Delete ` <REPO_ROOT>/build/js ` / ` <REPO_ROOT>/build/wasm `
406
- - Run ` kotlinUpgradePackageLock ` / ` kotlinWasmUpgradePackageLock `
406
+ - Run ` kotlinUpgradeYarnLock ` / ` kotlinWasmUpgradeYarnLock `
407
407
- If the problem persists:
408
408
- Check that ` <REPO_ROOT>/build/<target>/.npmrc ` AND ` <REPO_ROOT>/build/<target>/.yarnrc ` are present
409
409
- Check that ` .yarnrc ` contains one line: ` registry: "https://packages.jetbrains.team/npm/p/krpc/build-deps/" `
@@ -479,7 +479,7 @@ all included builds (not subprojects) must reflect the change.
479
479
- ` checkLegacyAbi ` / ` updateLegacyAbi ` - ABI checks.
480
480
See https://kotlinlang.org/docs/whatsnew22.html#binary-compatibility-validation-included-in-kotlin-gradle-plugin .
481
481
Former BCV: https://github.com/Kotlin/binary-compatibility-validator
482
- - ` kotlinUpgradePackageLock ` / ` kotlinWasmUpgradePackageLock ` - update [ kotlin-js-store] ( ../kotlin-js-store ) contents,
482
+ - ` kotlinUpgradeYarnLock ` / ` kotlinWasmUpgradeYarnLock ` - update [ kotlin-js-store] ( ../kotlin-js-store ) contents,
483
483
usually after Kotlin version update.
484
484
- ` updateDocsChangelog ` - put modified [ CONTRIBUTING.md] ( ../CONTRIBUTING.md ) into [ topics] ( pages/kotlinx-rpc/topics )
485
485
- ` detekt ` - run detekt checks.
0 commit comments