coreui-plugin-npm-postinstall dependency missing
See original GitHub issueI’m trying to include CoreUI using Gradle and WebJars:
compile 'org.webjars.npm:coreui__coreui:2.0.4'
I get the following error:
Could not find any matches for org.webjars.npm:coreui__coreui-plugin-npm-postinstall:[1.0.2,2) as no versions of org.webjars.npm:coreui__coreui-plugin-npm-postinstall are available.
Required by:
project : > org.webjars.npm:coreui__coreui:2.0.4
I tried to add the dependency via the Webjars website but it did not work as the Github project is missing: https://github.com/coreui/coreui-plugin-npm-postinstall
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top Results From Across the Web
@coreui/coreui-plugin-npm-postinstall - npm
Lightweight npm postinstall message. Latest version: 1.0.2, last published: 5 years ago. Start using @coreui/coreui-plugin-npm-postinstall ...
Read more >Angular 11 unable to resolve dependency tree while installing ...
I suggest to remove the node_modules in the project and call an npm install , maybe the dependencies are messed up currently in...
Read more >postinstall - npm Package Health Analysis - Snyk
Ensure you're using the healthiest npm packages. Snyk scans all the packages in your projects for vulnerabilities and provides automated fix advice.
Read more >Vue.js - How to Build Your First Package & Publish It on NPM
We'll learn how to make our own plugin for Vue.js, and distribute it on NPM for everyone to use.
Read more >Upgrading tips for Angular 10 projects - The NativeScript Blog
npm i -g @angular/cli // You could be needing to prefix sudo on ... it currently enlists previous versions of your project dependencies....
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 FreeTop 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
Top GitHub Comments
anyone facing this issue:
package-lock.json
@coreui/coreui
to2.1.6
npm install
same to me with v2.15