-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Bug] @ampproject/rollup-plugin-closure-compiler - spawn ENOTDIR #847
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
Comments
It seems |
Is there something I can do or it must be fixed on Yarn side? I tried to run |
From installing
Yarn will unplug the following packages for you, while you need to take care of the rest
|
Hi! 👋 This issue looks stale, and doesn't feature the Note that we require Sherlock reproductions for long-lived issues (rather than standalone git repositories or similar) because we're a small team. Sherlock gives us the ability to check which bugs are still affecting the master branch at any given point, and decreases the amount of code we need to run on our own machines (thus leading to faster bug resolution faster). It helps us help you! 😃 If you absolutely cannot reproduce a bug on Sherlock (for example because it's a Windows-only issue), a maintainer will have to manually add the |
Hey @yarnbot , I have provided the reproducible example. And the problem has been acknowledged. Now, can we ban all the stupid bots from GitHub please? |
@FezVrasta You did provide a reproduction, but not in a format that Sherlock understands. As a result, checking whether this problem is fixed requires human intervention, which makes it unlikely it'll ever get closed, even if fixed (because we prefer to spend our time fixing bugs and implementing features, not really closing issues, see). |
Based on what I said in #847 (comment) the fix was to run I just tested on your repo and it works after fixing some issues, here are the commands I ran to make git clone https://github.com/popperjs/popper-core.git
yarn set version 2
printf "yarnPath: .yarn/releases/yarn-berry.js\npackageExtensions:\n 'babel-plugin-add-import-extension@*':\n dependencies:\n '@babel/helper-plugin-utils': '*'\n peerDependencies:\n '@babel/core': '*'" > .yarnrc.yml
yarn add @babel/plugin-proposal-object-rest-spread -D
yarn unplug rollup-plugin-visualizer google-closure-compiler-linux google-closure-compiler-osx
yarn build:bundles Note: tested on a Windows machine so I didn't actually have to unplug |
Describe the bug
I'm trying to upgrade @popperjs/popper-core to Yarn 2 but after I get
yarn install
to work and I try to run the rollup script, I get the following error:I tried to use pnpify but it doesn't seem to help.
To Reproduce
Environment if relevant (please complete the following information):
The text was updated successfully, but these errors were encountered: