n1cK1337 said Getting an existing NodeJS project up and running on Windows IS A FUCKING NIGHTMARE,"This happens because ES module import statements result in an object with immutable properties while CommonJS require calls result in an object with mutable properties (for the reasons already described above)." 🤮```