You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
(Write your answer here if relevant.)
infinite loop
Environment
npm ls react-scripts-ts (if you haven’t ejected):
node -v:
npm -v:
yarn --version (if you use Yarn):
npm ls react-scripts-ts (if you haven’t ejected):
Then, specify:
Operating system: Mac
Browser and version (if relevant):
Steps to Reproduce
(Write your steps here:)
I found "jest-config" has a dependency of "jest-validate" and "jest-validate" has a dependency of "jest-config". It is caused our tool a infinite loop. Is there anyway to fix it? Thanks.
Expected Behavior
(Write what you thought would happen.)
No loop reference happens between packages.
Actual Behavior
(Write what happened. Please add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered:
Is this a bug report?
(write your answer here)
Yes
Can you also reproduce the problem with npm 4.x?
(Write your answer here.)
No
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
infinite loop
Environment
npm ls react-scripts-ts
(if you haven’t ejected):node -v
:npm -v
:yarn --version
(if you use Yarn):npm ls react-scripts-ts
(if you haven’t ejected):Then, specify:
Steps to Reproduce
(Write your steps here:)
I found "jest-config" has a dependency of "jest-validate" and "jest-validate" has a dependency of "jest-config". It is caused our tool a infinite loop. Is there anyway to fix it? Thanks.
Expected Behavior
(Write what you thought would happen.)
No loop reference happens between packages.
Actual Behavior
(Write what happened. Please add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: