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
@geelus The problem shouldn't have occurred. Please check your version of NPM and Node. Also check if Typescript is correctly installed. The file "main.ts" gets compiled to create "main.js" when you run npm start wherein all Typescript files are watched for any changes by the Typescript Compiler tsc -w . It works just fine at my end. After you execute command npm start check for the file "main.js" in /client folder. The file must be created if the Typescript compiler has worked properly. If not try to install Typescript globally by running npm install -g typescript. Let me know if the problem still persists.
No description provided.
The text was updated successfully, but these errors were encountered: