seiyria / ng2-fontawesome

An easy-to-use directive for font awesome icons.
MIT License
20 stars 3 forks source link

ng2-fontawesome looks for traceur #1

Open soichih opened 8 years ago

soichih commented 8 years ago

When I install ng2-fontawesome, I get following error message on the console when I try to bootstrap

zone.js:101 GET file:///home/hayashis/git/kdinstall/traceur net::ERR_FILE_NOT_FOUND

I am compiling my .ts to .js on the server side so I don't need any transpiler installed on the client. I am not sure why ng2-fontawesome need this, but do I need to install it? If so, how?

seiyria commented 8 years ago

First off - I'm not at all sure. The only dep I have is font awesome - angular is a peer dep. Above all, I'm not sure why it would look for traceur.

Sorry I can't be of more help. Feel free to dig around a bit and let me know if you find anything.