question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

coreui-plugin-npm-postinstall dependency missing

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
xidedixcommented, Mar 8, 2019

anyone facing this issue:

  • remove package-lock.json
  • update @coreui/coreui to 2.1.6
  • run npm install
  • please let us know is it any better
0reactions
bessonecommented, Jan 10, 2019

same to me with v2.15

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found