Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npm checks only node.exe and not node on local dir
npm find local node.exe on windows, but relies on global node installation on linux. Added a test to check for a local installation of node before relying on the system wide installation. Close: #200
- Loading branch information