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.

JSPM can't find a react-redux version that matches react@^15.4.0

See original GitHub issue

When I try to install react-redux using jspm I get the following message:

Installing npm:react-redux@4.4.6, no version match for npm:react@^15.4.0

However, looking into the package.json, it seems to be correct.

"react": "^0.14.0 || ^15.0.0-0 || ^15.4.0-0",

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
timdorrcommented, Nov 16, 2016

Ah ha! I was right! 😄

Thanks for the follow up, @JoaoMosmann

1reaction
JoaoMosmanncommented, Nov 16, 2016

The problem was that the version 0.16.* of jspm doesn’t support || in dependencies version.

With the jspm@0.17.0-beta4 I was able to overwrite the peerDependencies.

Issue created on jspm repo: jspm/jspm-cli#2173

Read more comments on GitHub >

github_iconTop Results From Across the Web

react-redux - npm
Official React bindings for Redux. Latest version: 8.0.5, last published: 2 months ago. Start using react-redux in your project by running ...
Read more >
reactjs - Module not found: 'redux' - Stack Overflow
I ran yarn add redux@3.7.2 (with the VSC terminal) to re-install the package. Note that i had the exact version within my package.json...
Read more >
How To Manage State in React with Redux - DigitalOcean
You will need a development environment running Node.js; this tutorial was tested on Node.js version 10.22.0 and npm version 6.14.6. To install ...
Read more >
Higher-Order Components - React
A higher-order component (HOC) is an advanced technique in React for reusing component logic. HOCs are not part of the React API, per...
Read more >
React + Redux - User Registration and Login Tutorial & Example
16 Sep 2017 - Built tutorial with React 15.4.2 and Webpack 2.2 - The code for this version of the react tutorial is...
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