We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uname -a Linux radio2 5.4.0-88-generic #99-Ubuntu SMP Thu Sep 23 17:29:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal
make build ✘ [ERROR] Declarations with the name "arguments" cannot be used in an ECMAScript module
frontend/event-emitter.js:21:17: 21 │ emit(event, ...arguments) { ╵ ~~~~~~~~~
This file is considered to be an ECMAScript module because of the "export" keyword here:
frontend/event-emitter.js:1:0: 1 │ export default class EventEmitter { ╵ ~~~~~~
1 error make: *** [Makefile:86: build/frontend/index.min.js] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
uname -a
Linux radio2 5.4.0-88-generic #99-Ubuntu SMP Thu Sep 23 17:29:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Codename: focal
make build
✘ [ERROR] Declarations with the name "arguments" cannot be used in an ECMAScript module
This file is considered to be an ECMAScript module because of the "export" keyword here:
1 error
make: *** [Makefile:86: build/frontend/index.min.js] Error 1
The text was updated successfully, but these errors were encountered: