Cannot use import statement outside a module
<script type="module" src="main.js"></script>
Cannot use import statement outside a module
<script type="module" src="main.js"></script>
cannot use import statement outside a module typescript
// Fix 1
Change .js files to .cjs
// Fix 2
Add "type": "module" to package.json
cannot use import statement outside a module
//Add type=module to your index.js script tag (not just the package script tag)
<script type="module" src="./index.js"></script>
typescript mocha Cannot use import statement outside a module
"test": "env TS_NODE_PROJECT=\"tsconfig.testing.json\" mocha --require ts-node/register 'src/test/**/*.ts'",
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us