Error while upgrading: `meteor update —release 2.2.4`

Looking for pointers for fixing this upgrade error:

This is just upgrading from 2.2.3
I’m inheriting some old code would like to get this upgraded to the newer versions.

meteor update —release 2.2.4        
=> Errors while upgrading packages:           
                                              
While selecting package versions:
error: Package names can only contain lowercase ASCII alphanumerics, dash, dot, or colon, not "—".

I don’t see anything invalid in any of the package names I’m using.

I think your command is wrong.

It should be meteor update --release 2.2.4 with two - -

It looks like the correct suggestion…
Trying the command now.

Working…
Working…
Working…

Success.

I should have caught that one, and thank you the help.

1 Like