Created by: Brew-Brew
#4635 (closed) i referenced this issue
- i fixed ci error by version up jsdom. i found kichensink's jsdom version was outdated(9.8.3). so I versioned up to latest what can fix ci error
(after jsdom 11.6.0, Error: Could not parse CSS stylesheet issue was solved) I referenced this url. By this issue fixed, jsdom was version up. so i resolved error by version up jsdom :) https://github.com/jsdom/jsdom/issues/2131
- when i fixed #4635 (closed) i found latest jsdom has TypeError: jsdom.createVirtualConsole is not a function(deprecated) error, so i referenced https://github.com/jsdom/jsdom/issues/1820, i solved the issue.
Activity
added CLA Signed label
mentioned in issue #4635 (closed)
Created by: bugzpodder
Just FYI your test run still has Could not parse spreadsheet error in Travis: https://travis-ci.org/facebook/create-react-app/jobs/396507343#L2870 https://travis-ci.org/facebook/create-react-app/jobs/396507338#L2164
I've created an earlier PR here that just imported smaller CSS files that didn't give this error message: http://metis.lti.cs.cmu.edu:8023/facebook/create-react-app/-/merge_requests/4550
I think try/catch when requiring jsdom is unnecessary