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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
This command expects the existence of cp. cp does not exist using Window's cmd.exe.
> coffee --no-header --output lib --compile src && cp src/*.js lib/
'cp' is not recognized as an internal or external command,
operable program or batch file.
(Edit: the slashes also need to be backslashes)
The text was updated successfully, but these errors were encountered:
oh! sorry. I don't meet verywell grunt but with gulp I use a library. Maybe this library can be added to package.json and we can discard the use of cp: https://www.npmjs.com/package/grunt-cp
This command expects the existence of
cp
.cp
does not exist using Window'scmd.exe
.(Edit: the slashes also need to be backslashes)
The text was updated successfully, but these errors were encountered: