Hello,
Something strange is happening, when I perform meteor update on my 3.0 app
This appears :
**underscore** upgraded from 1.6.2-rc300.4 to 1.6.2
And this leads to this error :
/Users/dokithonon/.meteor/packages/meteor-tool/.3.0.0-rc.4.1p9aje1.mswo++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/isobuild/linker.js:1035
throw new Error("Runtime is not available, but it uses features needing the runtime: ".concat(name));
^
Error: Runtime is not available, but it uses features needing the runtime: underscore
at Object.fullLink (/tools/isobuild/linker.js:1176:11)
at /tools/isobuild/compiler-plugin.js:1801:21
at Object.enterJob (/tools/utils/buildmessage.js:387:12)
at PackageSourceBatch._linkJS (/tools/isobuild/compiler-plugin.js:1800:5)
at PackageSourceBatch.getResources (/tools/isobuild/compiler-plugin.js:1687:23)
at ServerTarget._emitResources (/tools/isobuild/bundler.js:1213:25)
at /tools/isobuild/bundler.js:861:7
at Object.enterJob (/tools/utils/buildmessage.js:387:12)
at ServerTarget.make (/tools/isobuild/bundler.js:849:5)
at /tools/isobuild/bundler.js:3317:7
at /tools/isobuild/bundler.js:3457:24
at Object.capture (/tools/utils/buildmessage.js:282:5)
at bundle (/tools/isobuild/bundler.js:3269:18)
at bundleApp (/tools/runners/run-app.js:586:26)
at AppRunner._runOnce (/tools/runners/run-app.js:631:35)
at AppRunner._runApp (/tools/runners/run-app.js:952:23)
Node.js v20.12.2
Does anyone know what happens with this underscore package ?