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

Not working

Open govindarajprevaj opened this issue 9 years ago • 1 comments

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 avatar Sep 19 '16 14:09 govindarajprevaj

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

manavgoel avatar Sep 21 '16 05:09 manavgoel