You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a similiar issue, #922. However it is closed and the suggested solutions don't work for me.
Expected Behavior
No error.
Actual Behavior
I'm getting:
my-outer-package\node_modules\com.matheusdiasdesouzads.js.language-objects\src\index.ts:1
import Language, {Direction} from './language';
^^^^^^
SyntaxError: Cannot use import statement outside a module
Search Terms
There's a similiar issue, #922. However it is closed and the suggested solutions don't work for me.
Expected Behavior
No error.
Actual Behavior
I'm getting:
Steps to reproduce the problem
git clone https://github.com/matheusdiasdesouzads/message-locator-js
cd message-locator-js
ts-node src/index.ts
Minimal reproduction
The repository https://github.com/matheusdiasdesouzads/message-locator-js is pretty short and only depends on https://github.com/matheusdiasdesouzads/language-objects-js, which is also short.
Specifications
Windows 10, not WSL.
The text was updated successfully, but these errors were encountered: