-
Notifications
You must be signed in to change notification settings - Fork 109
not working #3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
+1, I'm also struggling with this error... It seems /client is an excluded directory in tsconfig.json, resulting in *.ts not found & /client/main.js 404 when loacalhost:3000 is loaded. Removing /client from the excludes allows tsc to compile the typescript files, however hits some compilation errors:
Chat app will still not work at this point, BUT if we re-exclude /client & 'npm start' again, localhost:3000 seems much closer to working. |
FYI these changes got it compiling and working for me: muniom@d8095a4 |
Any news ? 😞 |
muniom changes in nickName.component.ts and tsconfig.json works for me. Not needed to change typings.json. |
what changes do you made can you plz tell.. |
Here are the changes you have to do -
|
with above mentioned changes and with changed version of rxjs it works on windows machine.
|
GET http://localhost:3000/client/main.js 404 Not Found
Console
[0] > angular2-socket-chatApp@1.0.0 tsc:w D:\angular2-node-socket-i
o-chat-app
[0] > tsc -w .//*.ts
[0]
[0] error TS6053: File '/*.ts' not found.
[0] 7:56:25 PM - Compilation complete. Watching for file changes.
The text was updated successfully, but these errors were encountered: