You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug What is the current behavior?
Yarn doesn't execute the post-install scripts while npm5 does If the current behavior is a bug, please provide the steps to reproduce.
Try to install this repository Andarist/babel-plugin-annotate-pure-calls#babel7. If I install through npm, I get .
If I install through yarn, I get .
I think the problem is in post-install scripts because if I go exactly in module folder and npm run build - I get the lib folder. But how other files are removed, I don't know What is the expected behavior?
Same as npm5 Please mention your node.js, yarn and operating system version.
node - 8.6.0
yarn - 1.3.2
windows 7
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Yarn doesn't execute the post-install scripts while npm5 does
If the current behavior is a bug, please provide the steps to reproduce.
Try to install this repository
Andarist/babel-plugin-annotate-pure-calls#babel7
. If I install through npm, I get.
If I install through yarn, I get
.
I think the problem is in post-install scripts because if I go exactly in module folder and
npm run build
- I get the lib folder. But how other files are removed, I don't knowWhat is the expected behavior?
Same as npm5
Please mention your node.js, yarn and operating system version.
node - 8.6.0
yarn - 1.3.2
windows 7
The text was updated successfully, but these errors were encountered: