-
Notifications
You must be signed in to change notification settings - Fork 119
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
Install on OS X fails as prebuilt binary seems to be missing from S3 #181
Comments
Upgrade to v1.1.2, that's the first version with precompiled binaries for node.js 8. |
I'm seeing the same error. But I added |
@pesterhazy try running |
I did that, but it didn't have any effect
…On Jul 19, 2017 15:41, "Elan Shanker" ***@***.***> wrote:
@pesterhazy <https://github.com/pesterhazy> try running yarn cache clean
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#181 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGfWAoSY1xx0KlBRb_ONjtVqODyBsRMks5sPgeggaJpZM4OL0uE>
.
|
It's not an fsevents issue. You could try deleting and reinstalling all dependencies. If you continue to have issues it sounds like something you should take up with yarn support. |
It could be a yarn issue, true. Thanks for your help. I fixed this by downgrading to node 6 ( |
Similar to @pesterhazy, I resolved the issue on my system by downgrading to the current LTS version of Node, which happens to be version |
The same as @jayantbh. I have to downgrade node from |
If you're on node v10, then you need fsevents v1.2.3 minimum |
can confirm installing fsevents v1.2.4 solved this issue on node 10.5.0 |
|
I solved this issue by update to lastest version of fsevents. |
By the way, when I upgrade Mac OS to High Sierra, the problem also solved. |
Tks saved me! |
npm install fsevents@latest worked. Thanks |
- Upgraded storybook using cli - Added new addon packages for sass processing in storybook - Upgrading storybook addon packages to be compatible with React 18 - Added style-loader and css-loader to suppport sass in storybook - Migrated storybook to use webpack v5 instead v4 - Refactored storybook config files to use typescript - Added the fsevents@latest to mitigate issues with outdated transient dependencies. (Read more: fsevents/fsevents#181) - Updated the example Button component story config to leverage storybook's typescript defs.
Install Fails
When we run
yarn install
we're getting the following:You can replicate by cloning the repo here: https://github.com/toolkit-for-ynab/toolkit-for-ynab then running
yarn
.Analysis
It looks to me like this error is because it's trying to download this tarball: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.1/fse-v1.1.1-node-v57-darwin-x64.tar.gz which 404s on S3.
Is there a way to work around this?
The text was updated successfully, but these errors were encountered: