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
Running the example npm installnpm run build returns an error:
➜ grpc_tools_node_protoc_ts git:(master) ✗ npm build
npm WARN build `npm build` called with no arguments. Did you mean to `npm run-script build`?
➜ grpc_tools_node_protoc_ts git:(master) ✗ npm run build
> grpc_tools_node_protoc_ts@5.0.0 build /Users/gabe/projects/grpc_tools_node_protoc_ts
> tsc -p .&& cp -r src/lib/template build/lib
src/index.ts(27,69): error TS2339: Property 'includes' does not exist on type'string[]'.
The text was updated successfully, but these errors were encountered:
Running the example
npm install
npm run build
returns an error:The text was updated successfully, but these errors were encountered: