When attempting to install cheerio through npm, I encountered a specific error message.
Error: Can't set DOCTYPE here. (Meteor sets <!DOCTYPE html> for you) - line 1, file
Similarly, when trying to use jsdom, I faced a parse error.
Currently, my HTML and CSS are located in a client folder, while server side code is in a separate server folder. No other modifications have been made beyond Meteor's defaults.
What could be causing this issue?