While attempting to run all build processes by using the command npm run build:css
, I encountered an error indicated below. Even after running npm cache clean --force
, the issue remains unresolved.
https://i.sstatic.net/4edDo.png
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="cabeb8a3a6a6a58afbe4fae4fa">[email protected]</a> prefix:css: `postcss --use autoprefixer -b 'last 10 versions' css/style.compile.css -o css/style.prefix.css`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ef9b9d86838380afdec1dfc1df">[email protected]</a> prefix:css script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Abhinav\AppData\Roaming\npm-cache\_logs\2021-11-25T16_21_55_998Z-debug.log
ERROR: "prefix:css" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="93e7e1fafffffcd3a2bda3bda3">[email protected]</a> build:css: `npm-run-all compile:sass prefix:css compress:css`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="9eeaecf7f2f2f1deafb0aeb0ae">[email protected]</a> build:css script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Abhinav\AppData\Roaming\npm-cache\_logs\2021-11-25T16_21_56_073Z-debug.log
Is there a solution to resolve this issue?