Aeproject : Unsupported Compiler Error

Hello All,

Recently I updated my aeproject to version - 4.1.5
and aeclie to version - 4.1.0.

From then whenever I run the command aeproject test i am getting an exception in my console that -
UnsupportedVersionError: Unsupported compiler version 7.0.1. Supported: >= 6.1.0 < 7.0.0.

Not sure what is causing the error. I have the aeproject environment running.

Can anyone shed some light on this please?

Thanks in advance.

1 Like

Other specifications for more context.
Node - 17.3.1
npm - 8.3.0

System config - MacOsX

Hey @Jkrish1011,

yeah there was kind of an unfortunate situation recently. Typically the update to v4.1.5 should work as we explicitely rely on v6.1.0 of the compiler there now. Maybe it’s still the old aeproject version in your generated project.

But in any case you can solve this problem by spawning the environment with following command:

  • aeproject env --compilerVersion v6.1.0

This is also described in the docs. You can provide params and tell aeproject which node and/or compiler version to start the local environment with.

Sorry for the circumstances & have fun coding! :wink:

2 Likes