Remove node requirements for grpc-js#1693
Remove node requirements for grpc-js#1693approached wants to merge 1 commit intogrpc:masterfrom approached:master
Conversation
|
|
|
This is not the right thing to change. The version range in the package.json file is correct, and it is important to communicate that information to users. The error you mentioned is being thrown from here, where the version range is explicitly checked. That check is failing for you because the Removing that check would solve this problem. It was originally added because some version compatibility problems lead to more delayed and obscure errors, and this error makes them easier to address. But with Node 8 past EOL and Node 10 nearing the end of its maintenance window, I would be OK with removing that error to avoid problems like this. |
|
Thank you for your contribution. I choose to accomplish this using #1793 instead, so this PR is no longer needed. |
I' am using the node version:
v16.0.0-head
If i tried to use grpc-js, that not possible with the new node version. I becomme follow error: