This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Commit 724fdc6
Support npm version 6.x (#1866)
Summary:
**Summary**
Now `nvm install 8` ends up installing npm 6.4.1 but our `package.json` doesn't support that npm version. This PR includes 6.x in the versions we support.
More context: #1864 (comment)
**Test Plan**
CI tests.
Pull Request resolved: #1866
Reviewed By: niveditc
Differential Revision: D9789746
Pulled By: niveditc
fbshipit-source-id: 8bdf8573c84d66bdce8281c4b2660df9533995831 parent 0a45fcd commit 724fdc6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments