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
PS C:\Users\x\Documents\GitHub\abaplint-sci-server> npm run build
> [email protected] build C:\Users\x\Documents\GitHub\abaplint-sci-server
'cp' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `tsc && cp -R public ./build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
Windows devices must use copy instead.
However, even changing it in the package.json, it fails:
> [email protected] build C:\Users\i840577\Documents\GitHub\abaplint-sci-server
> tsc && copy -R public ./build
The system cannot find the file specified.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `tsc && copy -R public ./build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Any idea?
The text was updated successfully, but these errors were encountered:
Windows devices must use
copy
instead.However, even changing it in the
package.json
, it fails:Any idea?
The text was updated successfully, but these errors were encountered: