Include note about node version support in the intro install guide (#4732)

This commit is contained in:
John Hill
2022-01-19 11:45:57 -08:00
committed by GitHub
parent f211d3fab0
commit 324318793d

View File

@ -20,7 +20,7 @@ Building and running Open MCT in your local dev environment is very easy. Be sur
`git clone https://github.com/nasa/openmct.git` `git clone https://github.com/nasa/openmct.git`
2. Install development dependencies 2. Install development dependencies. Note: Check the package.json engine for our tested and supported node versions.
`npm install` `npm install`