You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading from 1.x.x to 2.x.x requires some manual steps to get it working.
Prerequisites
Upgrade NodeJS >= v12 and npm >= v6
Make sure to upgrade any other services you are using to >= v0.0.2, because of the upgrade to latest socket.io, it will only accept connections from clients of newer version
Remove any old generated Marko templates from previous versions. If this step is not done you will see an error like
Error: Cannot find module 'marko/src/html' when trying to start.