E2061 Syntax Errors
Syntax
'module' declarations are not supported; imported files are identified by their file path
When this occurs
This error is triggered when: 'module' declarations are not supported; imported files are identified by their file path
Example error message
error[E2061]:
'module' declarations are not supported; imported files are identified by their file path
How to fix
Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.
Related errors
No related errors.