require_pkg_windows.js 300 B

123456
  1. //Run this on windows, you can switch the package name to something exist
  2. //In your PATH environment varaibles
  3. requirepkg("asdasd",false) //If requireComply set to true, this will crash the system if installation failed
  4. sendResp("You should see not found in Windows %PATH% error on terminal log");