Nanashi.
06/24/2024, 8:43 AM@jsr:registry=https://npm.jsr.io
in .npmrc
at project root (The same directory as gradle.properties) and npm("@sevenc-nanashi/valuetree-ts", "@jsr:sevenc-nanashi__valuetree-ts@0.2.0")
in build.gradle.
I managed to install using kotlin.js.yarn=false
but I don't want to change this.Artem Kobzar
06/24/2024, 8:53 AMIlya Goncharov [JB]
06/24/2024, 9:16 AMproject root (The same directory as gradle.properties)
.npmrc
should be in root of your Gradle project. It is just for checking (because you may have several gradle.properties
files in your every submodule)
npm(“@sevenc-nanashi/valuetree-ts”, “@jsr:sevenc-nanashi__valuetree-ts@0.2.0")Is it correct version? Should it be just
npm("@sevenc-nanashi/valuetree-ts", "0.2.0")
?
We just reuse yarn or npm, project is located in build/js
, so you can check manually all package.json
filesNanashi.
06/24/2024, 9:33 AMnpm("@sevenc-nanashi/valuetree-ts", "npm:@jsr/sevenc-nanashi__valuetree-ts@0.2.0")
Ilya Goncharov [JB]
06/24/2024, 9:43 AMNanashi.
06/24/2024, 9:45 AMNanashi.
06/24/2024, 9:59 AM