You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After install npm package as devDependencies npm i -D copy-files, I tried to run the command "postbuild": "copyfiles -u 1 src/**/*.svg dist/" as npm run postbuild, but I'am getting this error on linux (WSL2): sh: 1: copyfiles: not found
Can someone help me?
The text was updated successfully, but these errors were encountered:
After install npm package as devDependencies
npm i -D copy-files
, I tried to run the command"postbuild": "copyfiles -u 1 src/**/*.svg dist/"
asnpm run postbuild
, but I'am getting this error on linux (WSL2):sh: 1: copyfiles: not found
Can someone help me?
The text was updated successfully, but these errors were encountered: