-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
dcli compile fails with pubGetException. the path assumed for pub and dart2native is different from actual #121
Comments
@bsutton and thank you for willing to fix so soon, as I am making dart automation tutorials on My youtube channel, where I already have first episode. I was inspired to make those because I love |
If you have any questions happy to help.
…On Mon, 21 Dec 2020 at 11:15, Damodar Lohani ***@***.***> wrote:
@bsutton <https://github.com/bsutton> and thank you for willing to fix so
soon, as I am making dart automation tutorials on My youtube channel
<https://youtube.com/reactbits>, where I already have first episode
<https://www.youtube.com/watch?v=EgBJm3TgUao>. I was inspired to make
those because I love dcli. So in the next episode I want to demonstrate
compile and install. If it's fixed early as possible that would be awesome
💯
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#121 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG32OFTI6TBZRMPQLTMDVLSV2HTXANCNFSM4VDP2NXA>
.
|
dcli is pronounced 'd-cli' :)
…On Mon, 21 Dec 2020 at 11:15, Damodar Lohani ***@***.***> wrote:
@bsutton <https://github.com/bsutton> and thank you for willing to fix so
soon, as I am making dart automation tutorials on My youtube channel
<https://youtube.com/reactbits>, where I already have first episode
<https://www.youtube.com/watch?v=EgBJm3TgUao>. I was inspired to make
those because I love dcli. So in the next episode I want to demonstrate
compile and install. If it's fixed early as possible that would be awesome
💯
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#121 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG32OFTI6TBZRMPQLTMDVLSV2HTXANCNFSM4VDP2NXA>
.
|
If you are happy I will put up a link to your channel on the dcli
documentation at
https://bsutton.gitbook.io/dcli/
…On Mon, 21 Dec 2020 at 11:15, Damodar Lohani ***@***.***> wrote:
@bsutton <https://github.com/bsutton> and thank you for willing to fix so
soon, as I am making dart automation tutorials on My youtube channel
<https://youtube.com/reactbits>, where I already have first episode
<https://www.youtube.com/watch?v=EgBJm3TgUao>. I was inspired to make
those because I love dcli. So in the next episode I want to demonstrate
compile and install. If it's fixed early as possible that would be awesome
💯
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#121 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG32OFTI6TBZRMPQLTMDVLSV2HTXANCNFSM4VDP2NXA>
.
|
I've just released dcli 0.35 which will use dart compile for version of dart 2.10 and greater. Can you give it a try and let me know how it goes. |
@bsutton only that will not resolve my issue as it also assumes
Output of
|
I've just published 0.37 which I now believe fixes the pub path issue. I'm now using the path returned by which rather than assuming that pub is in the sdk directory. |
@bsutton awesome, 0.37 solves this issue for me. Great help. Thanks! |
Hi, sure I would love to have the link posted there. |
@bsutton For me as i described and you can see in the output of
dcli doctor
the path forpub
anddart2native
are not in the path assumed by the dcli. And for me the problem is not during thedcli install
its withdcli compile
where it's unable to find the pub and pubGetException is raised as belowOriginally posted by @lohanidamodar in #120 (comment)
The text was updated successfully, but these errors were encountered: