Alyona Chernyaeva
08/13/2024, 3:29 PMsuresh
08/13/2024, 3:51 PM> Task :kotlinNpmInstall
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm notice
npm notice New minor version of npm available! 10.5.1 -> 10.8.2
npm notice Changelog: <<https://github.com/npm/cli/releases/tag/v10.8.2>>
npm notice Run `npm install -g npm@10.8.2` to update!
npm notice
> Task :kotlinStorePackageLock
Lock file was changed. Run the `kotlinUpgradePackageLock` task to actualize lock file
> Task :shared:jsBrowserTest
Server start failed on port 9876: Error: Cannot find module 'mocha'
Require stack:
- /code/kotlin-mpp-playground/build/js/node_modules/karma-mocha/lib/index.js
- /code/kotlin-mpp-playground/build/js/node_modules/karma/lib/plugin.js
- /code/kotlin-mpp-playground/build/js/node_modules/karma/lib/server.js
- /code/kotlin-mpp-playground/build/js/node_modules/karma/lib/cli.js
- /code/kotlin-mpp-playground/build/js/node_modules/karma/bin/karma
java.lang.IllegalStateException: command '/.gradle/nodejs/node-v22.0.0-darwin-arm64/bin/node' exited with errors (exit code: 1)
> Task :shared:wasmJsBrowserTest
Things were working fine until the last RC ..Any idea whats happening here?Margarita Bobova
08/13/2024, 4:56 PMsuresh
08/13/2024, 5:15 PMMargarita Bobova
08/13/2024, 5:18 PMIlya Goncharov [JB]
08/13/2024, 5:21 PMkotlin-js-store/package-lock.json
as well, possibly npm faced with a problem trying to upgrade it incrementally. So try to remove kotlin-js-store
, and root build/js
directorysuresh
08/13/2024, 5:29 PM