python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
React library peer dependency conflict
I'm creating a small library to power a few of my projects.
I found that i was getting issues inside the client apps with multiple conflicting versions of react when importing my library. This led me ...
eurobob
Votes: 0
Answers: 0
PEP 517 method to specify build requirements is not working in poetry
How can I specify the "build system" requirements in poetry? I think PEP517 deals with this, but I can't get it to work.
I am using poetry to manage my project. One of my project's dependenc...
John
Votes: 0
Answers: 1
react dependency issue while npm install
Could not resolve dependency:
$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: webmin-react@0.1.1
npm ERR! Found: react@16.14...
UDAY CHAUHAN
Votes: 0
Answers: 1
is it possible to create JAR version with semver + custom number like1.2.3.myrelease.release1?
is it possible to create JAR version with semver + custom number like1.2.3.myrelease.release1?
And then create a dependency and publish it into maven repository to let developers add into maven/gradle...
J.J. Beam
Votes: 0
Answers: 1