Having updated an old application I’m maintaining to Meteor 1.12.1 I get the following on meteor run
:
/Users/knirirr/.meteor/packages/meteor-tool/.1.12.1.mwgklm.brmz9++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node[37681]: ../src/node_contextify.cc:655:static void node::contextify::ContextifyScript::New(const FunctionCallbackInfo<v8::Value> &): Assertion `args[1]->IsString()' failed.
Nothing useful has come up from Google and the usual first resort of rm -rf node_modules && npm install
has had no effect. My Node version is 12.20.1.
Does anyone have any suggestions on how to proceed with this?