angular2-node-socket-io-chat-app icon indicating copy to clipboard operation
angular2-node-socket-io-chat-app copied to clipboard

It's not working

Open geelus opened this issue 9 years ago • 3 comments

geelus avatar Sep 21 '16 12:09 geelus

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

geelus avatar Sep 21 '16 12:09 geelus

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

manavgoel avatar Sep 28 '16 10:09 manavgoel

problem still persists

srmishra avatar Oct 01 '16 14:10 srmishra