i followed the docs on (https://www.npmjs.com/package/font-awesome).
i also added

but when i trying to to run npm install i get an error

what the hell is going on!?
@juliankrispel could you please take a look here?
The package is released on npm as just font-awesome:
$ npm install font-awesome
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm info attempt registry request try #1 at 8:04:03 PM
npm http request GET https://registry.npmjs.org/font-awesome
npm http 304 https://registry.npmjs.org/font-awesome
npm info addNameTag [ 'font-awesome', 'latest' ]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
/Users/admin/Desktop
└── [email protected]
npm WARN enoent ENOENT: no such file or directory, open '/Users/admin/Desktop/package.json'
npm WARN Desktop No description
npm WARN Desktop No repository field.
npm WARN Desktop No README data
npm WARN Desktop No license field.
npm info ok
@mehranhadidi those are the docs for installing via component.json not package.json - you can install by going npm install font-awesome --save...
@tagliala can close
@juliankrispel thanks 👍