-
-
Notifications
You must be signed in to change notification settings - Fork 78
Revise Node.js support and Vagrant provider details #319
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,11 +45,9 @@ See [The Windows Section](/release/appendix/windows/) for more details. | |
|
|
||
| ## Cygwin on Windows | ||
|
|
||
| Node.js on Cygwin is no longer supported [more | ||
| details](https://github.com/nodejs/node/wiki/Installation#building-on-cygwin) | ||
| Rather then using Cygwin, we recommend running Ember CLI natively on windows, | ||
| or via the new [Windows Subsystem | ||
| Linux](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide). | ||
| Node.js on Cygwin or the [Windows Subsystem | ||
| Linux](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide) are [not supported](https://github.com/nodejs/node/blob/main/BUILDING.md#platform-list). | ||
| We recommend running Ember CLI natively on Windows. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I cannot recommend this, but we do support it
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Running natively was in the original text:
I edited the wording to align it to Node's supported platforms (WSL is problematic, as per the prior comment).
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is WSL problematic, since it's just linux, and linux is fully supported?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WSL is "problematic" because Node doesn't support running on WSL; they will not accept any bug reports for WSL-only issues. The Linux Node binaries should run, but there is no guarantee. A workaround is to run the Windows binaries (e.g., |
||
|
|
||
| <!-- ## Usage with Docker --> | ||
| <!-- Possible topic for future development. --> | ||
|
|
@@ -104,6 +102,6 @@ npm rebuild | |
| ### Provider | ||
|
|
||
| The two most common Vagrant providers, VirtualBox and VMware Fusion, will both | ||
| work. However, VMware Fusion is substantially faster and will use less battery | ||
| life if you're on a laptop. As of now, VirtualBox will use 100% of a single CPU | ||
| core to poll for file system changes inside of the VM. | ||
| work. However, VMware Fusion is substantially faster and consumes less energy | ||
| (important if running on laptop battery power). VirtualBox uses 100% of a single | ||
| CPU core to poll for file system changes inside of the VM. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why wouldn't we support wsl? It's just linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Node doesn't support WSL without some extra work: