Javascript – How to install jsdom for all Node.js projects in Eclipse?
I'm currently using Eclipse 2020-06 with Node.js 14 and created a "General" project with a single .js file to test some Javascript code. I opened a command prompt and ran npm install [email protected] to install jsdom but this code: const…