yarnpkg/yarn

Yarn does not symlink missing binaries

Open

#3 421 ouverte le 16 mai 2017

Voir sur GitHub
 (16 commentaires) (14 réactions) (0 assignés)JavaScript (2 731 forks)batch import
cat-bugcat-compatibilitygood first issuehelp wantedhigh-prioritytriaged

Métriques du dépôt

Stars
 (41 514 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

What is the current behavior? When you npm install a package like sentry-cli-binary the postinstall step will download a platform specific executable and put it into the bin folder. With yarn the symlink is not generated because the file does not exist yet.

If the current behavior is a bug, please provide the steps to reproduce. Make a dependency to sentry-cli-binary and observe that yarn does not install the symlink for the binary whereas npm does.

What is the expected behavior? The same behavior that npm shows.

Versions tested

$ yarn --version
0.24.4
$ npm --version
4.2.0

Guide contributeur