-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Storing configuration within OneDrive is not supported #2835
Copy link
Copy link
Open
Labels
help wantedContributions wanted towards the issueContributions wanted towards the issue👆 Is UpstreamIssue is the fault of something Hyper uses and not Hyper itselfIssue is the fault of something Hyper uses and not Hyper itself🖼 Platform: WindowsIssue pertains to WindowsIssue pertains to Windows🤯 Type: CompatibilityIssue contains information about a compatibility issue in HyperIssue contains information about a compatibility issue in Hyper
Metadata
Metadata
Assignees
Labels
help wantedContributions wanted towards the issueContributions wanted towards the issue👆 Is UpstreamIssue is the fault of something Hyper uses and not Hyper itselfIssue is the fault of something Hyper uses and not Hyper itself🖼 Platform: WindowsIssue pertains to WindowsIssue pertains to Windows🤯 Type: CompatibilityIssue contains information about a compatibility issue in HyperIssue contains information about a compatibility issue in Hyper
Type
Fields
Give feedbackNo fields configured for issues without a type.
Issue
With Hyper 2.0.0 on Windows 10, storing the
.hyper.jsconfiguration file in OneDrive with Files On Demand is not supported. Attempting to run commands such ashyper i hyper-snazzyreturns the following error:The issue is resolved by disabling OneDrive's Files On Demand feature. The problem lies with libuv; it was fixed in v1.14.0. Node > 8.5.0 has the fixed version of libuv, but with Electron lagging behind Node, it doesn't look like this issue will be fixed until Electron 2.0 is released (looks like Node v8.9.3 will be included in that release).
For more details about the problem, see this issue thread from Node.js.
For those affected by this issue: turning off OneDrive's Files On Demand feature will fix the problem. Once Hyper starts using Electron 2.0 following its release, this issue should be fixed for good.