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

Syntax Error #1945

Open
azzazkhan opened this issue Aug 18, 2021 · 4 comments
Open

Syntax Error #1945

azzazkhan opened this issue Aug 18, 2021 · 4 comments

Comments

@azzazkhan
Copy link

Syntax Error: ../node_modules/react-toolbox/components/index.js: Support for the experimental syntax 'exportDefaultFrom' isn't currently enabled (24:8)

@ishivamshukla
Copy link

The problem is export without default is not working in node.

You should use export default getMember or export { getMember } or export const getMember = async....

See: https://developer.mozilla.org/en-US/docs/web/javascript/reference/statements/export

@azzazkhan
Copy link
Author

@ishivamshukla Brother the issue is in library's files and I can't modify them.

@ishivamshukla
Copy link

The problem is related to export without a default is not working in node.

@shindodkar
Copy link

Hi, I am new to open source so, anyone can guide though it. I would like to contribute on this project.

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

3 participants