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 236653b commit 0189867Copy full SHA for 0189867
packages/react-scripts/bin/react-scripts.js
@@ -59,6 +59,7 @@ function verifyPackageTree() {
59
});
60
// Verify we don't have other versions up the tree
61
let currentDir = __dirname;
62
+ // eslint-disable-next-line no-constant-condition
63
while (true) {
64
const previousDir = currentDir;
65
currentDir = path.resolve(currentDir, '..');
0 commit comments