Skip to content

Conversation

@BryanH
Copy link

@BryanH BryanH commented Dec 28, 2025

Cleaned up language; updated link to latest Node support platforms. Updated recommendations for Node.js on Cygwin and Windows Subsystem Linux. Improved clarity on Vagrant provider performance.

Cleaned up language; updated link to latest Node support platforms. Updated recommendations for Node.js on Cygwin and Windows Subsystem Linux. Improved clarity on Vagrant provider performance.
@netlify
Copy link

netlify bot commented Dec 28, 2025

Deploy Preview for ember-cli-guides ready!

Name Link
🔨 Latest commit 9b6c48f
🔍 Latest deploy log https://app.netlify.com/projects/ember-cli-guides/deploys/6951796c3d0ba60008622841
😎 Deploy Preview https://deploy-preview-319--ember-cli-guides.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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
Copy link
Contributor

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

Copy link
Author

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:

The Windows Subsystem for Linux (WSL) is not supported, but the GNU/Linux build process and binaries should work. .... Running the Windows binary (node.exe) in WSL will not work without workarounds such as stdio redirection.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot recommend this, but we do support it

Copy link
Author

@BryanH BryanH Dec 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running natively was in the original text:

Rather then using Cygwin, we recommend running Ember CLI natively on windows,

I edited the wording to align it to Node's supported platforms (WSL is problematic, as per the prior comment).
If that wasn't the intent, I'm happy to revert that change, just let me know.

Copy link
Contributor

Choose a reason for hiding this comment

The 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants