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
Describe the bug
When a user starts a new fresh install of a Expressive Tea project with CLI steps and then npm install is executed, then the user tries to run the application by using tea serve, the application will show errors related to typescript version.
All the errors are
To Reproduce
Steps to reproduce the behavior:
Go to Terminal
Install a new Version of Expressive Tea using Tea CLI with default options.
after installation run npm install.
Run tea serve tea cli command.
You will see the error logs in terminal when server is executed.
Expected behavior
The new start fresh application shouldn't complaint about any Typescript version.
Screenshots
Desktop (please complete the following information):
OS: MacOSX Monterrey v12.3.1
Smartphone (please complete the following information):
not applicable
Additional context
not applicable
The text was updated successfully, but these errors were encountered:
Describe the bug
When a user starts a new fresh install of a Expressive Tea project with CLI steps and then npm install is executed, then the user tries to run the application by using
tea serve
, the application will show errors related to typescript version.All the errors are
To Reproduce
Steps to reproduce the behavior:
Expressive Tea
usingTea CLI
with default options.npm install
.tea serve
tea cli command.Expected behavior
The new start fresh application shouldn't complaint about any Typescript version.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: