You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the Vue.js setup docs and noticed a few tiny errors I wanted to let you know about.
npm i --save @fortawesome/fontawesome-svg-core@next throws an npm error "No matching version found". Checking this against the package at npmjs.org I couldn't find a tag next.
The same is true for @fortawesome/free-solid-svg-icons@next and @fortawesome/free-regular-svg-icons@next; possibly the pro packages as well, though I didn't try installing them
The word "package" is misspelled "pakcage" in a few places
More of friendly comment, but npm i no longer needs the --save flag (saving to package.json is default behavior these days 😄 )
I hope this is helpful and thank you again for all of the hard work you put into Font Awesome!
The text was updated successfully, but these errors were encountered:
First off, thank you for this awesome library! 🚀
I was following the Vue.js setup docs and noticed a few tiny errors I wanted to let you know about.
npm i --save @fortawesome/fontawesome-svg-core@next
throws an npm error "No matching version found". Checking this against the package at npmjs.org I couldn't find a tagnext
.@fortawesome/free-solid-svg-icons@next
and@fortawesome/free-regular-svg-icons@next
; possibly the pro packages as well, though I didn't try installing themnpm i
no longer needs the--save
flag (saving topackage.json
is default behavior these days 😄 )I hope this is helpful and thank you again for all of the hard work you put into Font Awesome!
The text was updated successfully, but these errors were encountered: