Giter VIP home page Giter VIP logo

Comments (3)

geelus avatar geelus commented on July 20, 2024

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

from angular2-node-socket-io-chat-app.

manavgoel avatar manavgoel commented on July 20, 2024

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

from angular2-node-socket-io-chat-app.

srmishra avatar srmishra commented on July 20, 2024

problem still persists

from angular2-node-socket-io-chat-app.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.