-
Notifications
You must be signed in to change notification settings - Fork 120
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
spectaql 2.0.1 installation error #605
Comments
Weird. Seems to be related to this: nodejs/node#40808 |
Looks like you are using Yarn 3.3.0, but what version of Node are you on @robinelvin ? |
Can you clear things out and try things again with |
Good catch.
➤ YN0002: │ spectaql@npm:2.0.2-beta.0 doesn't provide jquery (p59002), requested by foundation-sites
➤ YN0002: │ spectaql@npm:2.0.2-beta.0 doesn't provide motion-ui (p2f3f8), requested by foundation-sites
➤ YN0002: │ spectaql@npm:2.0.2-beta.0 doesn't provide what-input (p8395b), requested by foundation-sites
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 1s 876ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ spectaql@npm:2.0.2-beta.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0019: │ spectaql-npm-2.0.1-466251f8f5-1023c13732.zip appears to be unused - removing
➤ YN0000: └ Completed in 1s 337ms
➤ YN0000: ┌ Link step
➤ YN0008: │ @elixirsoftware/core@workspace:. must be rebuilt because its dependency tree changed
➤ YN0007: │ spectaql@npm:2.0.2-beta.0 must be built because it never has been before or the last one failed
➤ YN0000: │ @elixirsoftware/core@workspace:. STDOUT husky - Git hooks installed
➤ YN0000: │ spectaql@npm:2.0.2-beta.0 STDOUT
➤ YN0000: │ spectaql@npm:2.0.2-beta.0 STDOUT > [email protected] build:vendor
➤ YN0000: │ spectaql@npm:2.0.2-beta.0 STDOUT > node bin/build-vendor.mjs
➤ YN0000: │ spectaql@npm:2.0.2-beta.0 STDOUT
➤ YN0000: │ spectaql@npm:2.0.2-beta.0 STDERR No vendor-src directory. Not building vendor packages.
➤ YN0000: └ Completed in 2s 489ms
➤ YN0000: Done with warnings in 6s 82ms Seems better, thanks. |
I've uninstalled and reinstalled to confirm and it appears to be happy now. Calling |
Fix is out in |
I'm trying to install for the first time:
Using Yarn 3.3.0 PnP on MacOS
While the package appears to be installed this error means my CI build fails.
EDIT: Whilst this fails on initial installation it only raises a warning when using
yarn install --immutable
The text was updated successfully, but these errors were encountered: