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

Created on 16 Aug 2018  路  5Comments  路  Source: ampproject/amphtml

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).

Soon Documentation infra

All 5 comments

@rsimha Might be worth documenting this caveat about Node.js platform availability.

Gotcha. This will need a little testing, since nvm list available doesn't work on posix. Assigning to @danielrozenberg @erwinmombay, to fix along with #17549.

This issue hasn't been updated in awhile. @erwinmombay Do you have any updates?

We no longer recommend nvm on windows

The issue still exists.

Was this page helpful?
0 / 5 - 0 ratings