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
Currently, the node installation script installs the Node grpc package globally, using compiler and linker flags to make it build successfully. This would allow a package to depend on grpc using npm link grpc or npm install --link, except that issue npm/npm#7198 makes it try and fail to rebuild the package without the proper compiler and linker flags.
The text was updated successfully, but these errors were encountered:
tbetbetbe
changed the title
Node installation script does not work
Node installation script fails because of an npm issue
Jun 10, 2015
Currently, the node installation script installs the Node grpc package globally, using compiler and linker flags to make it build successfully. This would allow a package to depend on grpc using
npm link grpc
ornpm install --link
, except that issue npm/npm#7198 makes it try and fail to rebuild the package without the proper compiler and linker flags.The text was updated successfully, but these errors were encountered: