-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
reOpen - allways i see (thiserror [email protected]: The platform "win32" is incompatible with this module) #3726
Comments
Does it proceed with installation after that? A way around is to use |
what about optionalDependencies? |
Yes, fsevents should be an optional dependency |
Yes, this is not a Yarn bug. You're specifying |
same error with {
"optionalDependencies": {
"windows-process-tree": "0.3.4"
}
}
not working: working: workaround: temporarily remove
|
last theme: #3665
OS Win10 x64 update 1607
yarn --version
0.24.5
node --version
v8.1.2
λ yarn upgrade
yarn upgrade v0.24.5
[1/4] Resolving packages...
warning gulp-clean > through2 > xtend > [email protected]:
warning lite-server > browser-sync > localtunnel > request > [email protected]: Use uuid module instead
[2/4] Fetching packages...
error [email protected]: The platform "win32" is incompatible with this module.
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/upgrade for documentation about this command.
Spoiler Code
The text was updated successfully, but these errors were encountered: