ngx-grpc
ngx-grpc copied to clipboard
npm run build doesn't work in Windows
trafficstars
npm run build doesn't work in Windows because of chmod missing
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.