16
Oct
How to Resolve the “Cannot Use Import Statement Outside a Module” Error
You’re happily writing JavaScript (or TypeScript), you type:
import { something } from './myModule.js'
SyntaxError: Cannot use im...