Vaibhav Jaiswal
08/27/2025, 6:40 AMArtem Kobzar
08/27/2025, 9:41 AMVaibhav Jaiswal
08/29/2025, 4:12 AMArtem Kobzar
08/29/2025, 5:44 AMVaibhav Jaiswal
08/29/2025, 7:57 AMnpm i
it throws this error
~/Projects/AISe/AIse_kmp git:[develop]
npm i
npm error code ETARGET
npm error notarget No matching version found for shared@0.0.0-unspecified.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
npm error A complete log of this run can be found in: /Users/vaibhav/.npm/_logs/2025-08-29T07_56_34_062Z-debug-0.log
Artem Kobzar
08/29/2025, 8:51 AMnpm i
from the root or from the webApp
?Vaibhav Jaiswal
08/29/2025, 8:53 AMArtem Kobzar
08/29/2025, 8:55 AMArtem Kobzar
08/29/2025, 8:58 AM./gradlew :shared:jsBrowserDevelopmentLibraryDistribution
And after that it should be available for npm to set the dependencyVaibhav Jaiswal
08/29/2025, 10:57 AM