Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Command fail: npm run build:fontawesome #16

Open
andrewbiller opened this issue Sep 29, 2021 · 1 comment
Open

[Bug] Command fail: npm run build:fontawesome #16

andrewbiller opened this issue Sep 29, 2021 · 1 comment

Comments

@andrewbiller
Copy link

andrewbiller commented Sep 29, 2021

Version

1.1.0

Reproduction link

https://github.com/creativetimofficial/notus-svelte

Operating System

Windows 10

Device

PC

Browser & Version

N/A

Steps to reproduce

Follow the instructions at https://github.com/creativetimofficial/notus-svelte
until the command:

npm run build:fontawesome

What is expected?

Completed installation.

What is actually happening?

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build:fontawesome: mkdir -p public/assets/vendor/@fortawesome/fontawesome-free/webfonts && mkdir -p public/assets/vendor/@fortawesome/fontawesome-free/css && cp -a ./node_modules/@fortawesome/fontawesome-free/webfonts public/assets/vendor/@fortawesome/fontawesome-free/ && cp ./node_modules/@fortawesome/fontawesome-free/css/all.min.css public/assets/vendor/@fortawesome/fontawesome-free/css/all.min.css
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build:fontawesome script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:


Solution

The command is for linux, not windows

Additional comments

@skad2198
Copy link

Recommend making your own account on font-awesome and using the link provided in your app.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants