[SOLVED] Underscore upgraded from 1.6.2-rc300.4 to 1.6.2

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 ?

1 Like

Hi! I’m taking care of this. We’ll have it fixed today :raised_hands:

But for now, there is a workaround. You can manually change the underscore version to 1.6.2-rc300.4 on your .meteor/versions file. This should work.

4 Likes

Having the same error from a fresh installation. Happy to see the React app by default though. :slight_smile:

Guys, this should be fixed on version 3.0-rc.8. Could you give it another try and let me know if it works?

Hello,
Thanks, I was able to update to 3.0-rc.8 and underscore is now at : underscore@1.6.4

Is this the correct version of underscore ?

There is no error message on the startup.

Yes, that’s the latest version. We updated it as part of our process to the official 3.0 version. By the way, 3.0-rc.10 is the latest release candidate after the testing phase.

1 Like

Updated successfully to rc.10