Giter VIP home page Giter VIP logo

Comments (15)

tpiros avatar tpiros commented on July 22, 2024

check your developer tool logs - I need some error messages to be able to help you out.

from advanced-chat.

pradeepdtu avatar pradeepdtu commented on July 22, 2024

Developer tool shows error like this:
Failed http://127.0.0.1:8000/components/font-awesome/css/font-awesome.css
to load resource: the server responded with a status of 404 (Not Found)

from advanced-chat.

tpiros avatar tpiros commented on July 22, 2024

you probably miss the dependencies for the project - have you run bower install?

from advanced-chat.

pradeepdtu avatar pradeepdtu commented on July 22, 2024

No, how to run bower install?

from advanced-chat.

tpiros avatar tpiros commented on July 22, 2024

As stated in my earlier comment bower install. If you don't have bower installed install it by npm install -g bower. For further info: http://bower.io/#getting-started

from advanced-chat.

pradeepdtu avatar pradeepdtu commented on July 22, 2024

Still those errors are coming out.I think that's because in zip file there was no css file named font-awesome.css and also no folder named components

from advanced-chat.

tpiros avatar tpiros commented on July 22, 2024

after bower install do you get a folder 'bower_components'? if so, rename that to 'components'. If the error with the font-awesome.css still persist, get the css manually from https://fortawesome.github.io/Font-Awesome/

from advanced-chat.

pradeepdtu avatar pradeepdtu commented on July 22, 2024

I have installed bower but i haven't got folder bower_components.
May you explain how to configure bower.json?

from advanced-chat.

tpiros avatar tpiros commented on July 22, 2024

there's already a bower.json for this project - you don't need to add one. In the project's root folder you can go ahead and execute bower install and that should install the project dependencies. Please make sure you don't receive any errors while running the aforementioned command.

from advanced-chat.

pradeepdtu avatar pradeepdtu commented on July 22, 2024

Actually 5 errors are still coming out. Two for bootstrap.css , font-awesome.css and other two are for jquery.js, bootstrap.js. I have installed bower but these errors are still coming out

from advanced-chat.

tpiros avatar tpiros commented on July 22, 2024

when you say 'I have installed bower' do you mean that you have actually installed bower (by executing npm install bower -g) or that you have installed the bower packages (by executing bower install)?

If you still have the errors fetch those dependencies manually and save them to your project - also go ahead and change the references in the index.html file.

from advanced-chat.

pradeepdtu avatar pradeepdtu commented on July 22, 2024

I have installed bower both way globally and locally but there is no folder named bower_components.
Now i am updating bower.json by using command
$ bower install --save jquery bootstrap
Error comes like this...
bower ENOGIT git is not installed or not in the PATH
what should i do?

from advanced-chat.

tpiros avatar tpiros commented on July 22, 2024

that's your issue at the first place - you need git installed as well. please google that.

from advanced-chat.

pradeepdtu avatar pradeepdtu commented on July 22, 2024

thanks a lot, now everything is working perfectly.

from advanced-chat.

tpiros avatar tpiros commented on July 22, 2024

awesome - enjoy the app! :)

from advanced-chat.

Related Issues (20)

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.