Skip to content

Instantly share code, notes, and snippets.

@Amatewasu
Created January 20, 2022 10:32
Show Gist options
  • Save Amatewasu/882a70fb8a3e6757d11f6e9c931d0986 to your computer and use it in GitHub Desktop.
Save Amatewasu/882a70fb8a3e6757d11f6e9c931d0986 to your computer and use it in GitHub Desktop.
Cannot find module 'node:http`

Cannot find module 'node:http`

If you get this error, it is quite likely that you have a version of node that is < 14.18.0.

The node: notation has been introduced in node 14.18.0: https://nodejs.org/api/modules.html#core-modules To solve the issue, just upgrade node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment