We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe18b76 commit 2cafdebCopy full SHA for 2cafdeb
scripts/release.js
@@ -97,7 +97,7 @@ const checkNPMDepsInstall = () => {
97
}
98
process.chdir(path.join(__dirname, '../../dependency-check-app'));
99
spawnOrFail('npm', ['init -y']);
100
- spawnOrFail('npm', ['install react react-dom']);
+ spawnOrFail('npm', ['install react@18 react-dom@18']);
101
102
// As of June 5, 2023, running `npm install styled-components` fails due to this issue.
103
// https://github.com/styled-components/styled-components/issues/3998
0 commit comments