NPM install for proto-gen-grpc-web: notarget No matching version found for protoc-gen-grpc-web@1.3.0.
See original GitHub issueI am trying to install proto-gen-grpc-web by using this command
npm i protoc-gen-grpc-web@1.3.0
But it doesn’t update to 1.3.0 and stays onto 1.2.1
npm ERR! code ETARGET npm ERR! notarget No matching version found for protoc-gen-grpc-web@1.3.0. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Npm Error - No matching version found for - Stack Overflow
npm complains that there "is no matching version found", but it's clearly installed. Worked to change package.json to target `"^3.0.0" and then ...
Read more >Npm "No matching version found" - Nexus Repository Manager
Once again, I am getting an error when I attempt install an npm package with NXRM npm-group that is configured as registry in...
Read more >No matching version found for [Error LoopBack Solved]
npm WARN config cache-min This option has been deprecated in favor of '--prefer-offline'. npm ERR! code ETARGET npm ERR! notarget No matching ......
Read more >semver - npm
semver(1) -- The semantic versioner for npm. Install. npm install semver. Usage. As a node module: const ...
Read more >Prevent npm install for not supported Node.js versions
Use a local npm configuration to prevent users from installing your module/project with an unsupported Node.js version.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Download cli tool with postinstall npm hook in your project, for example:
Use it for child_process.exec
@AsmaRahimAliJafri Thanks for the report and sorry for the trouble!
But sorry we don’t own the
protoc-gen-grpc-web
npm package nor do we currently maintain a npm package that deliveries the protoc-gen-grpc-web binary.@AZbang’s comments sounds like a good workaround. Would that be something that works for you?
Going forward, if there continues to be a strong need, we could consider adopting something like that given there’s a way to make it work robustly on ALL platforms. But nothing planned at this moment yet 😃