Create a Simple WebSocket Server to Distribute Patches from Immer

Share this video with your friends

Send Tweet

In this lesson we will send patches over a WebSocket to our server, and distribute them again from there.

Alonso Lamas
~ 5 years ago

Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /Users/wandarkaf/Documents/egghead/immer-gifts/server.js when I run yarn run start-server.

My node version is v12.11.0. Are you familiar with this issue?

Thanks for the tutorial.

Lucas Minter
~ 4 years ago

According to this issue on github, the problem with node was fixed in the version after the one your currently using. Update to version 12.11.1 and the problem should be fixed. The most recent version with this issue fixed is v13.1.0. https://github.com/manuelbieh/geolib/issues/208