Alright, let’s brake this down.
Strangely blaze-html-templates is not at the latest version. Try to force it to 3.0.0, but this might be result of another dependency. ostrio:flow-router-extra needs to release a final version with updated dependency list, but I don’t think that is a problem here. Same with harry97:ssr and useraccounts:core nitrolabs:cdn is out of date and probably won’t be updated. It was continued by zodern:cdn, but I think that one is not ready for v3 either, mine storyteller:cdn is and I have just published a version that should give no trouble for v3. Please migrate. itgenio:persistent-session is the hold-up for typescript. Please ask them to include to add TS v5 to the options. jquery is being held back by peppelg:bootstrap-3-modal, lookback:tooltips, jeremy:selectize, chrismbeckett:toastr. Probably best to fork these locally and fix. @jkuester might have more insight on these things.
Followed advises listed here and I’m a bit closer, though not there yet.
I’m currently using:
blaze-html-templates@3.0.0-rc300.2
and
jquery@3.0.0!
as you suggested but I still get the following restriction when I run Meteor update:
meteor update
=> Errors while initializing project:
While selecting package versions:
error: Conflict: Constraint typescript@3.7.0 || 4.1.2 || 4.3.2 || 4.9.5-beta300.0 is not satisfied by typescript 5.4.3.
Constraints on package “typescript”:
Hiya, I’m trying to upgrade from Meteor METEOR@2.14 to Meteor 3 and I’m seeing similar problems but they seem to be in the core Meteor packages?
This is what I’m running:
meteor update --release 3.1
I’ve removed ALL manually added packages, so my package file contains only this:
meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.1 # Packages for a great mobile UX
mongo@1.16.8 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
tracker@1.3.3 # Meteor’s client-side reactive programming library
standard-minifier-css@1.9.2 # CSS minifier run for production mode
standard-minifier-js@2.8.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.16.8 # Enable ECMAScript2015+ syntax in app code
shell-server@0.5.0 # Server-side component of the meteor shell command
The error I get is:
=> Errors while initializing project:
While selecting package versions:
error: Conflict: Constraint blaze@3.0.0-rc300.2 is not satisfied by blaze 2.7.1.
Constraints on package “blaze”:
Thanks yes, I saw that but as it’s part of the main Meteor infrastructure, I assume it is managed by the Meteor upgrade process - I didn’t add it manually, so didn’t expect to upgrade it manually?