I tried to take a stab at fixing the issue I raised recently but after cloning this project and running npm install, I'm getting auth errors:
npm warn deprecated xterm-addon-fit@0.8.0: This package is now deprecated. Move to @xterm/addon-fit instead.
npm warn deprecated xterm-addon-web-links@0.9.0: This package is now deprecated. Move to @xterm/addon-web-links instead.
npm warn deprecated xterm@5.3.0: This package is now deprecated. Move to @xterm/xterm instead.
npm error code E401
npm error Incorrect or missing password.
...
I believe this is due to the use of Font Awesome Pro icons in the project, which requires a Pro account to consume the npm lib. I had two questions in regards to this:
- Is there a way to get Font Awesome Pro license for this project for free so that others can try and contribute?
- If not, could you consider moving away from Font Awesome Pro to a free/OSS friendly alternative?
- Is there any other way to develop this project locally?
I tried to take a stab at fixing the issue I raised recently but after cloning this project and running
npm install, I'm getting auth errors:I believe this is due to the use of Font Awesome Pro icons in the project, which requires a Pro account to consume the npm lib. I had two questions in regards to this: