Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix install command with older versions of npm
Older versions of Node come with npm@6, which doesn't have the npm exec command (and may or may not have npx). Instead of relying on that tool just call the binary directly. This also means we can ensure we're using the same version of node as the caller.
- Loading branch information