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
The problem is when it tries to check the latest version if a package. It's splitting the meteor show result by \r\n, but it should be splitting by \n.
I can fix this by hardcoding the character, but I'm not sure that's a good solution.
I'm getting this error for all my non-local packages:
in my package.js file those packages are defined like this:
running the
meteor show
command gives some valid info.The text was updated successfully, but these errors were encountered: