Learn about the ways to read and import JSON files in Node.js ECMAscript modules (ESM).
Posts people like
Node.js' top-level await feature is available in ES modules. Find out about three ways to enable it and untangle your code.
Override and enforce dependency versions using npm "overrides".
Use a local npm configuration to prevent users from installing your module/project with an unsupported Node.js version
Configuration options to define the color of VS Code colorful brackets.
How to open GitHub repositories in VS Code right in the browser.
The npm install command supports local development and allows to quickly install and symlink local modules and packages.
How to group substrings in regular expressions without capturing them. Say hello to non-capturing groups.
Node.js 18 comes with a new native
fetch
method.Let's have a look at the new syntax to import JSON files from a EcmaScript modules (supported in Chrome 91+).