thesabbir / simple-line-icons

Simple and Minimal Line Icons
https://thesabbir.github.io/simple-line-icons
MIT License
1.86k stars 846 forks source link

updated icons not in npm? #26

Closed johnnyxbell closed 9 years ago

johnnyxbell commented 9 years ago

Hey,

I noticed that there are some new icons such as the arrow-down instead of the arrow-down-circle.

I wish to use that new arrow-down... how do I update my npm to have the latest files?

Thanks.

JB

thesabbir commented 9 years ago

Forgot to publish the new version on npm. [resolved]

Update version number on your package json:

"dependencies": {
     simple-line-icons: ^2.2.1

and then :

npm i simple-line-icons --save
johnnyxbell commented 9 years ago

Hey mate,

Thanks for that.. I'm still getting an error though:

ERROR in ./~/simple-line-icons/fonts/Simple-Line-Icons.eot?-i3a2kk Module parse failed: /PATH/node_modules/simple-line-icons/fonts/Simple-Line-Icons.eot?-i3a2kk Line 1: Unexpected token ILLEGAL

thesabbir commented 9 years ago

When do you exactly get this error?

johnnyxbell commented 9 years ago

I'm using webpack I'll figure it out.

thesabbir commented 9 years ago

@johnnybell87 have you fixed your webpack error?

johnnyxbell commented 9 years ago

Yeah mate, got it sorted, wasn't loading the EOT with the ? after it properly.

Thank you