execSync icon indicating copy to clipboard operation
execSync copied to clipboard

node.js' missing execSync

Results 21 execSync issues
Sort by recently updated
recently updated
newest added

It keeps failing in jenkins server: 03:31:13 + node -v 03:31:13 v8.16.2 03:31:13 + npm -v 03:31:13 6.4.1 03:31:13 + npm i 03:31:23 npm WARN deprecated [email protected]: angular-cli has been...

After installing with `npm install execSync` I got `Cannot find module './build/Release/shell'` error. I had to go into the node_modules directory and build it myself passing the flag `--python python2`...

I get the following error executing npm install-g angular-cli on OSX el-capitan I have installed and reinstalled the latest version of nodejs (7.0.0, fyi have also tried 6.9.1 with same...

execSync fails to install in Windows because node-gyp is actually defined in a file named 'node-gyp.cmd', triggering an ENOENT when `spawn` runs. Relevant NodeJS bug: https://github.com/joyent/node/issues/2318

``` > node install.js sh: 1: node: Permission denied npm ERR! Linux 3.13.0-24-generic npm ERR! argv "/root/node-v4.1.2-linux-x64/bin/node" "/root/node-v4.1.2-linux-x64/bin/npm" "install" npm ERR! node v4.1.2 npm ERR! npm v2.14.4 npm ERR! file...

if possible so people know it's deprecated

Hi, I've been trying to install this lib for the past two days and it hangs forever after reaching the _node-gyp rebuild_ step. ``` ➜ assetline $ npm install execSync...

We were using grunt-spawn-shell plugin, which uses the execSync plugin to run a specific command. We kept getting an error `%1 is not a valid win32 application`. After trying to...

Having this in both travis and locally. ``` $ node --version v0.12.0 $ npm --version 2.5.1 $ nvm --version 0.23.3 ``` ``` node module.js:338 throw err; ^ Error: Cannot find...