We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
`~$ yarn build
yarn run v1.19.1 $ rimraf dist && svg && tsc -p tsconfig.build.json /bin/sh: svg : commande introuvable error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.`
Est-ce dû à ma config tu penses ? J'ai essayé yarn add svg mais ça ne change rien :-/
yarn add svg
The text was updated successfully, but these errors were encountered:
svg est une commande dans le package.json 👉 "svg": "git clone https://github.com/SNCFdevelopers/bootstrap-sncf.git ../bootstrap-sncf && ncp ../bootstrap-sncf/src/assets/icons ../assets --stopOnErr && rimraf ../bootstrap-sncf"
svg
package.json
"svg": "git clone https://github.com/SNCFdevelopers/bootstrap-sncf.git ../bootstrap-sncf && ncp ../bootstrap-sncf/src/assets/icons ../assets --stopOnErr && rimraf ../bootstrap-sncf"
Essaye yarn run svg pour voir ?
yarn run svg
Sorry, something went wrong.
Ha ben oui ça fonctionne du coup, mais pas build/start:prod/etc.
vdesdoigts
No branches or pull requests
`~$ yarn build
yarn run v1.19.1
$ rimraf dist && svg && tsc -p tsconfig.build.json
/bin/sh: svg : commande introuvable
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.`
Est-ce dû à ma config tu penses ? J'ai essayé
yarn add svg
mais ça ne change rien :-/The text was updated successfully, but these errors were encountered: