Uh oh!
There was an error while loading. Please reload this page.
fix: npm installation error - #1697
Conversation
Codecov Report
@@ Coverage Diff @@## master #1697 +/- ##
=========================================
Coverage 100.00% 100.00% =========================================
Files 101 101 Lines 1855 1862 +7 =========================================
+ Hits 1855 1862 +7
Continue to review full report at Codecov.
|
rubiin
commented
Jul 16, 2021
rollup latest version doesnot seem to support older versions. Also node 6.0 is way old i think we should drop tests for it as its likely someone is using that |
fedeci
left a comment
There was a problem hiding this comment.
Even if node 6 may not be used anymore this is a breaking change and should be released in a new major.
rubiin
commented
Jul 16, 2021
however its a blocker if you cant install the package dependencies after forking. @profnandaa |
rubiin
commented
Jul 16, 2021
tested on node v10,12 and v14. |
profnandaa
commented
Jul 16, 2021
Don't leave out Node 6 yet, there's a time it helped us catch an old browser incompatibility, see #1357 |
rubiin
commented
Jul 16, 2021
@profnandaa fixed it without breaking support for node 6 |
profnandaa
commented
Jul 16, 2021
@rubiin -- thanks! |
rubiin
commented
Jul 16, 2021
@profnandaa should i also make a pr to update eslint and some tools. They are way old |
Updated rollup to solve installation error
Checklist