I’m having a fun problem this morning - I setup so...
# javascript
r
I’m having a fun problem this morning - I setup some libraries I publish to use the js test runner, and it appears that in the “build to release” (that no longer uses snapshots), I get errors that look like the following:
Copy code
kotlinNpmInstall FAILED
377
error Couldn't find package "myproject-package@1.4.5" required by "myproject-package-test@1.4.5" on the "npm" registry.
😅 Seems like once it has a version number, it tries to install the project I’m currently building from npm. Is this an issue other people have workarounds for? Should I open a ticket somewhere?
i
Looks strange. You can create a ticket here - https://youtrack.jetbrains.com/issues/KT. It will be helpful if you attach a sample project.
r