Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples are not working #1942

Open
h3poteto opened this issue Sep 26, 2023 · 3 comments
Open

Examples are not working #1942

h3poteto opened this issue Sep 26, 2023 · 3 comments

Comments

@h3poteto
Copy link
Owner

After I merge this: #1923
examples are not working.

$ node dist/mastodon/instance.js                                                                                                                                                                            [master]
(node:741483) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
/run/media/h3poteto/ssd1/dev/src/github.com/h3poteto/megalodon/example/typescript/dist/mastodon/instance.js:1
import generator from "megalodon";
^^^^^^

SyntaxError: Cannot use import statement outside a module
    at internalCompileFunction (node:internal/vm:73:18)
    at wrapSafe (node:internal/modules/cjs/loader:1178:20)
    at Module._compile (node:internal/modules/cjs/loader:1220:27)
    at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
    at Module.load (node:internal/modules/cjs/loader:1119:32)
    at Module._load (node:internal/modules/cjs/loader:960:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:86:12)
    at node:internal/main/run_main_module:23:47

Node.js v18.18.0
@h3poteto
Copy link
Owner Author

@ThatOneCalculator Please check

@ThatOneCalculator
Copy link
Contributor

Will look into it

@ThatOneCalculator
Copy link
Contributor

Can probably be closed, since CI examples work with old build method and #1956 will likely allow for proper a swc implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants