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
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
I am using version 1.3.3 and still encountering the same problem raised in this issue.
As the screenshot below demonstrates, data.version is undefined in this case.
The following change is working for me.
if (data.version)
version = /[\d.]+/.exec(data.version)[0];
else
version = /[\d.]+/.exec(data.env.VERSION)[0];
I'm not sure exactly why this is occurring, but the issue seems to arise when I install [email protected] or [email protected] in my project, not meteor as originally reported.
My setup info below - happy to provide more details or a complete reproduction if helpful.
Angular CLI: 8.3.26
Node: 16.13.0
OS: darwin x64
Angular: 8.2.14
The text was updated successfully, but these errors were encountered:
I am using version 1.3.3 and still encountering the same problem raised in this issue.
As the screenshot below demonstrates, data.version is undefined in this case.
The following change is working for me.
I'm not sure exactly why this is occurring, but the issue seems to arise when I install [email protected] or [email protected] in my project, not meteor as originally reported.
My setup info below - happy to provide more details or a complete reproduction if helpful.
Angular CLI: 8.3.26
Node: 16.13.0
OS: darwin x64
Angular: 8.2.14
The text was updated successfully, but these errors were encountered: