Content-Length: 453 | pFad | https://github.com/MizoPro/nativescript-cli/raw/refs/heads/master/postinstall.js
gth: 441 "use strict"; var child_process = require("child_process"); var path = require("path"); var constants = require(path.join(__dirname, "lib", "constants")); var commandArgs = [path.join(__dirname, "bin", "tns"), constants.POST_INSTALL_COMMAND_NAME]; var nodeArgs = require(path.join(__dirname, "lib", "common", "scripts", "node-args")).getNodeArgs(); child_process.spawn(process.argv[0], nodeArgs.concat(commandArgs), { stdio: "inherit" });Fetched URL: https://github.com/MizoPro/nativescript-cli/raw/refs/heads/master/postinstall.js
Alternative Proxies: