E6002 Import Errors
module-not-found
module file not found
When this occurs
`import nonexistent`
Example error message
error[E6002]:
module 'foo' not found
How to fix
Check the module path and name. Ensure the module file exists.
module file not found
`import nonexistent`
Check the module path and name. Ensure the module file exists.