node-javascript-ecommerce
node-javascript-ecommerce copied to clipboard
Facing issue while following step:4 'rm' is not recognized as an internal or external operable program or batch file.
PS C:\Users\utkar\Desktop\Aaokm> npm run build
[email protected] build rm -rf dist && babel backend -d dist && cd frontuild
'rm' is not recognized as an internal or external operable program or batch file. /d /s /c rm -rf dist && babel backend -d dist && cd frontend && npm install && npm run build
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\utkar\AppData\Local\npm-cache_logs\2021-01-06T11_21_21_306Z-debug.log
after changing rm -rf into "rmdir" in win 10 its works but after that is shows different error The system cannot find the file specified