0👍
The error you received indicates an authentication issue with the npm registry. It seems that your saved npm credentials are either incorrect or out of date. You need to try these:
npm cache clean --force
npm logout
npm login
npm install --save @fortawesome/free-solid-svg-icons
Source:stackexchange.com