Closed phocks closed 11 months ago
Just thought I'd bring up this issue I seem to be getting when starting new projects in aunty
✖ Error: Command failed with exit code 1: npm install --silent --no-progress --save-dev @abcnews/aunty@11.2.0 @types/jest @types/webpack-env at makeError (/Users/byrdj5d/.config/yarn/global/node_modules/execa/lib/error.js:59:11) at handlePromise (/Users/byrdj5d/.config/yarn/global/node_modules/execa/index.js:114:26) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async module.exports.installDependencies (/Users/byrdj5d/.config/yarn/global/node_modules/@abcnews/aunty/src/utils/npm.js:55:3) at async module.exports.install (/Users/byrdj5d/.config/yarn/global/node_modules/@abcnews/aunty/src/generators/project/index.js:187:5) { shortMessage: 'Command failed with exit code 1: npm install --silent --no-progress --save-dev @abcnews/aunty@11.2.0 @types/jest @types/webpack-env', command: 'npm install --silent --no-progress --save-dev @abcnews/aunty@11.2.0 @types/jest @types/webpack-env', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: '', stderr: '', failed: true, timedOut: false, isCanceled: false, killed: false }
I seem to be able to fix it by doing this: npm install --save-dev @abcnews/aunty@latest + installing these too separately @types/jest @types/webpack-env
npm install --save-dev @abcnews/aunty@latest
@types/jest @types/webpack-env
@phocks is this still a problem?
Nope, all good now.
Just thought I'd bring up this issue I seem to be getting when starting new projects in aunty
I seem to be able to fix it by doing this:
npm install --save-dev @abcnews/aunty@latest
+ installing these too separately@types/jest @types/webpack-env