ngx-grpc icon indicating copy to clipboard operation
ngx-grpc copied to clipboard

npm run build doesn't work in Windows

Open yoavmil opened this issue 4 years ago • 1 comments
trafficstars

npm run build doesn't work in Windows because of chmod missing

yoavmil avatar Jun 07 '21 07:06 yoavmil

I just ran into the same problem. Actually also does not work in WSL although chmod is available there...

> build:lib:protoc-gen-ng
> cd packages/protoc-gen-ng && rimraf ../../dist/protoc-gen-ng && tsc -p tsconfig.build.json && chmod +x ../../dist/protoc-gen-ng/main.js && cpy package.json ../../dist/protoc-gen-ng/ && cpy ../../LICENSE.md ../../dist/protoc-gen-ng/ && cpy README.md ../../dist/protoc-gen-ng/

'chmod' is not recognized as an internal or external command,
operable program or batch file.
ERROR: "build:lib:protoc-gen-ng" exited with 1.
ERROR: "build:lib" exited with 1.

LoaderB0T avatar Aug 21 '24 09:08 LoaderB0T