-
Notifications
You must be signed in to change notification settings - Fork 298
Description
× Running npm install in example directory
Error: Command failed with exit code 1: npm install
npm ERR! code 1
npm ERR! path D:\github\kreattix-design\node_modules\typescript
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c gulp build-eslint-rules
npm ERR! 'gulp' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\prpat\AppData\Local\npm-cache_logs\2022-02-28T13_05_00_134Z-debug-0.log
at makeError (C:\Users\prpat\AppData\Local\npm-cache_npx\590ca40916156f54\node_modules\execa\lib\error.js:59:11)
at handlePromise (C:\Users\prpat\AppData\Local\npm-cache_npx\590ca40916156f54\node_modules\execa\index.js:114:26)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async pEachSeries (C:\Users\prpat\AppData\Local\npm-cache_npx\590ca40916156f54\node_modules\p-each-series\index.js:8:23) {
shortMessage: 'Command failed with exit code 1: npm install',
command: 'npm install',
exitCode: 1,
signal: undefined,
signalDescription: undefined,
stdout: '',
stderr: 'npm ERR! code 1\n' +
'npm ERR! path D:\github\kreattix-design\node_modules\typescript\n' +
'npm ERR! command failed\n' +
'npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c gulp build-eslint-rules\n' +
"npm ERR! 'gulp' is not recognized as an internal or external command,\n" +
'npm ERR! operable program or batch file.\n' +
'\n' +
'npm ERR! A complete log of this run can be found in:\n' +
'npm ERR! C:\Users\prpat\AppData\Local\npm-cache\_logs\2022-02-28T13_05_00_134Z-debug-0.log',
failed: true,
timedOut: false,
isCanceled: false,
killed: false
}