node-javascript-ecommerce icon indicating copy to clipboard operation
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.

Open swaghacker opened this issue 4 years ago • 1 comments

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

swaghacker avatar Jan 06 '21 11:01 swaghacker

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

swaghacker avatar Jan 06 '21 11:01 swaghacker