Can you please run meteor update --release 2.6.1. The last recommended version is still 2.6, but we already have another one with new updates and fixes.
I tested with a new project and it doesn’t work. svelte is still at 3.27.0
$ meteor create --svelte test
Created a new Meteor app in ‘test’.
To run your new app:
cd test
meteor
$ cd test
$ meteor
=> Started proxy.
=> Started HMR server.
=> Errors prevented startup:
While building for web.browser:
imports/ui/App.svelte: Unrecognized option ‘sourcemap’
=> Your application has errors. Waiting for file change.
=> Started MongoDB.
$ meteor update --release 2.6.1
test: updated to Meteor 2.6.1.
$ meteor
=> Started proxy.
=> Started HMR server.
=> Errors prevented startup:
While building for web.browser:
imports/ui/App.svelte: Unrecognized option ‘sourcemap’
=> Your application has errors. Waiting for file change.
=> Started MongoDB.
I published an update to zodern:melte to fix it crashing with old svelte versions. New apps created with meteor create --svelte will use the new version.