SamVerschueren / vscode-yo

Yeoman plugin for VS Code
MIT License
88 stars 15 forks source link

silent fail on npm/yarn install #53

Open marcmeans opened 7 years ago

marcmeans commented 7 years ago

generator.runInstall('yarn', [], () => { generator.spawnCommandSync('npm', ['run', 'test']); });

When my generator fires these commands I silently fail through the plugin. Anyone know if I'm doing anything crazy? It works fine on my command line.

SamVerschueren commented 7 years ago

Have to test this behaviour. I'm quite busy at the moment with some other work, so any help on this topic would be appreciated.