A little tool to check if a person's computer is setup as expected with tooling and access they need.
Run the following command
npx fs-webdev/checkSetup
You can supply an argument for which private github repo to check against. This is useful for Contractors or don't all have access to the same repos.
npx fs-webdev/checkSetup lightyear-react
This script will go through and verify that you have valid versions of node and npm, that you're using nvm, and that you have .netrc and .npmrc files that are setup correctly. (This is done by making a call to artifactory and to a private fs-webdev github repo)
You should get a Green Success message if all is well, or some Red Issues for any problems that occur