seiyria / ng2-fontawesome

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

parse fail, prob syntax err #2

Closed Vandivier closed 8 years ago

Vandivier commented 8 years ago

Thanks for being so responsive to the issue you just fixed on deck.zone

but in building that project after the change I got an err for ng2-fontawesome.

Short output below. If you want it I can dump the full thing but I think it's clear:

ERROR in ./~/ng2-fontawesome/index.js Module parse failed: C:\Users\John Vandivier\Documents\GitHub\deck.zone\node_modules\ng2-fontawesome\index.js Unexpected character '@' (5:0) You may need an appropriate loader to handle this file type. SyntaxError: Unexpected character '@' (5:0) at Parser.pp.raise (C:\Users\John Vandivier\Documents\GitHub\deck.zone\node_modules\acorn\dist\acorn.js:920:13)

seiyria commented 8 years ago

It's not specifically related to this, but that's basically a webpack error, not being able to pick it up. See here for more info. I'll take a look at deck.zone again.

seiyria commented 8 years ago

Small update, it looks like font awesome changed their npm package, or I installed the wrong one. I'm running around a bit since I'm trying to add loops to deck.zone (strangely complicated), so I apologize for things not working.