Can't update React when starting with the React + Redux Template #266

Closed
opened 2025-08-09 17:15:38 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @AleksandrAlbert on 12/13/2017

Hi, I started a dotnet core 2.0 project with the React + Redux template in vs2017.3 . The React version is 15.6.1 by default, and I want to update it to v16.2.2 .

I tried to do this by right clicking on react in the npm dependices inside of the solution explorer and clicking Update package, but this did not do anything.

I also tried changing the package versions in the package.json files for 'react', 'react-dom' in the devDependencies section, as well as for the 'react' tar file in in the dependencies section, however when the file is saved the packages still do not update. Note that "16.2.2" showed up in the intellisense when I changed the react version in devDependencies.

How do I go about updating the React package, as v16 has a number of substantial improvements

*Originally created by @AleksandrAlbert on 12/13/2017* Hi, I started a dotnet core 2.0 project with the React + Redux template in vs2017.3 . The React version is 15.6.1 by default, and I want to update it to v16.2.2 . I tried to do this by right clicking on react in the npm dependices inside of the solution explorer and clicking Update package, but this did not do anything. I also tried changing the package versions in the package.json files for 'react', 'react-dom' in the devDependencies section, as well as for the 'react' tar file in in the dependencies section, however when the file is saved the packages still do not update. Note that "16.2.2" showed up in the intellisense when I changed the react version in devDependencies. How do I go about updating the React package, as v16 has a number of substantial improvements
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#266
No description provided.