Skip to content

Documentation issue: nvm install --lts doesn't work on Windows #17538

@sryze

Description

@sryze

I used the command provided in https://github.com/ampproject/amphtml/blob/master/contributing/getting-started-e2e.md/CONTRIBUTING.md to install Node.js but it didn't work:

$ nvm install --lts
--lts.0.0
Node.js v--lts.0.0 is only available in 32-bit.

OS: Windows 10 64-bit

Workaround:

Run nvm list available to list available Node.js versions, then install the latest LTS version using nvm install x.y.z (8.11.4 in my case).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions