In addition when I do a `pulumi new aws-javascript...
# general
e
In addition when I do a
pulumi new aws-javascript -s X
I get
error: no Pulumi project found in the current working directory
. Even though it says it do this in an empty directory (which it is).
w
If this was using the link in the console, we are just about to push out a fix to ensure the stackname included there is correct. It should be
<user>/<project>/<stackname>
. See also https://github.com/pulumi/pulumi/issues/2436.
e
AH, okay.
Tricky, thanks.
Yes, this fixed this issue!