Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's not working #2

Open
geelus opened this issue Sep 21, 2016 · 3 comments
Open

It's not working #2

geelus opened this issue Sep 21, 2016 · 3 comments

Comments

@geelus
Copy link

geelus commented Sep 21, 2016

No description provided.

@geelus
Copy link
Author

geelus commented Sep 21, 2016

I just tried and it's nor working.
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:3000/client/main.js

@manavgoel
Copy link
Collaborator

@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.

@srmishra
Copy link

srmishra commented Oct 1, 2016

problem still persists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants