Closed waghanza closed 2 years ago
Hi,
I'm using dart:2.17 in https://github.com/the-benchmarker/web-frameworks/pull/5339
dart:2.17
I have the following error
=> ERROR [4/7] RUN pub get --no-precompile
Should I change a PATH or anything ?
Regards,
pub as a standalone tool has been deprecated, and 2.17 is the release where it's not supported any more. You'll need to change your Dockerfile to use dart pub.
pub
dart pub
Hi,
I'm using
dart:2.17
in https://github.com/the-benchmarker/web-frameworks/pull/5339I have the following error
Should I change a PATH or anything ?
Regards,