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

Not working #1

Open
govindarajprevaj opened this issue Sep 19, 2016 · 1 comment
Open

Not working #1

govindarajprevaj opened this issue Sep 19, 2016 · 1 comment
Assignees

Comments

@govindarajprevaj
Copy link

govindarajprevaj commented Sep 19, 2016

clone the repo

git clone https://github.com/start-angular/angular2-node-socket-io-chat-app.git

change into the repo directory

cd angular2-node-socket-io-chat-app

install

npm install

run

npm start
http://localhost:3000/

  • After this the page is showing "Loading..." for long Time and the result is not diplaying....
    and in console there is 2 errors

"Failed to load resource: the server responded with a status of 404 (Not Found)"
"Error: Error: XHR error (404 Not Found) loading http://localhost:3000/client/nickname-component/index.js(…)".

i don't Know what to do......

@govindarajprevaj govindarajprevaj changed the title Now working Not working Sep 19, 2016
@manavgoel
Copy link
Collaborator

manavgoel commented Sep 21, 2016

@govindarajprevaj
This is probably because the browser couldn't find "index.js" file in the "nickName-Component". This is one of the first files that is hit in order to resolve routes. You may have a "index.ts" file present in same directory, which compiles to creates the JS file. The problem shouldn't have occurred as both files are available in the nickName-component directory, nevertheless I have updated some fixes regarding the same. Please check if it still crashes at your end. Your Feedback is most welcome.

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

2 participants