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
Unclear that PREFLIGHT_CHECK consists only of verifyPackageTree. CRA users in non-traditional environments (e.g.;git submodules, lerna, yarn workspaces) encountering this can get a false positive because normal node module resolution indeed works just fine.
Add something to the docs site about this flag. AFAIK, there is no mention of SKIP_PREFLIGHT_CHECKanywhere in the docs site, but adding to /docusaurus/docs/advanced-configuration.md at minimum would be a good idea.
Describe alternatives you've considered
Would be nice if the SKIP_PREFLIGHT_CHECK had a more descriptive name, but not worth changing IMO.
The text was updated successfully, but these errors were encountered:
Summary:
Revert this commit: 4c260c7
I regenerated yarn.lock
Many packages have dropped support node 10 so I have updated the github build to only use node 10 as well (deploy only uses node 12).
In addition, I have included the environment variable `SKIP_PREFLIGHT_CHECK` so that the build succeeds.
If the check is there, then the build does not succeed because of an incompatibility in versions of eslint in create-react-app compared to the rockset-js repo.
facebook/create-react-app#11119
Test Plan: Build is green, was able to run local:serve locally
Reviewers: #product, joe, scott
Reviewed By: #product, scott
Subscribers: scott
Differential Revision: https://rockset.phacility.com/D14943
Is your proposal related to a problem?
Unclear that
PREFLIGHT_CHECK
consists only ofverifyPackageTree
. CRA users in non-traditional environments (e.g.; git submodules, lerna, yarn workspaces) encountering this can get a false positive because normal node module resolution indeed works just fine.refs:
Describe the solution you'd like
verifyPackageTree.js
to indicate this is only a footgun checkSKIP_PREFLIGHT_CHECK
anywhere in the docs site, but adding to/docusaurus/docs/advanced-configuration.md
at minimum would be a good idea.Describe alternatives you've considered
Would be nice if the
SKIP_PREFLIGHT_CHECK
had a more descriptive name, but not worth changing IMO.The text was updated successfully, but these errors were encountered: