helpful-television-6356
11/02/2018, 6:07 AMhelpful-television-6356
11/02/2018, 6:07 AMhelpful-television-6356
11/02/2018, 6:08 AMorange-tailor-85423
11/02/2018, 2:55 PMorange-tailor-85423
11/02/2018, 2:55 PMgifted-lion-29985
11/02/2018, 3:48 PMbusy-umbrella-36067
11/02/2018, 3:49 PM500
on https://app.pulumi.com/XXXXX/settings/billingquiet-wolf-18467
gray-city-50684
11/02/2018, 5:36 PMgray-city-50684
11/02/2018, 5:38 PMgray-city-50684
11/02/2018, 5:38 PMquiet-wolf-18467
adamant-restaurant-73893
11/02/2018, 7:26 PMorange-tailor-85423
11/02/2018, 9:58 PMorange-tailor-85423
11/02/2018, 9:58 PMorange-tailor-85423
11/02/2018, 9:59 PMwhite-balloon-205
orange-tailor-85423
11/02/2018, 10:04 PMincalculable-sundown-82514
11/02/2018, 10:05 PMgraceful-fs
just fixed their package too, which is probably what fixed your problem 😄faint-application-2746
11/02/2018, 10:40 PMquiet-wolf-18467
glamorous-printer-66548
11/03/2018, 5:33 AMcold-train-5848
11/03/2018, 4:13 PMquiet-wolf-18467
eager-area-86739
11/04/2018, 12:14 PMeager-area-86739
11/04/2018, 12:15 PMeager-area-86739
11/04/2018, 12:15 PMaws.apigateway.Stage
I can't find the correct arguments.gifted-lion-29985
11/04/2018, 2:49 PMpulumi logs --follow
is not showing anything now, anyone has the same issue?cold-train-5848
11/04/2018, 4:06 PMmake
gometalinter: error: unknown linters: gas
I think Gometalinter replaced gas with gosec.
I delete the gas
line in Gometalinter.json
gometalinter --config=../../Gometalinter.json cmd/pulumi-language-nodejs/main.go | sort ; exit "${PIPESTATUS[0]}"
WARNING: deadline exceeded by linter varcheck (try increasing --deadline)
WARNING: deadline exceeded by linter errcheck (try increasing --deadline)
WARNING: deadline exceeded by linter megacheck (try increasing --deadline)
WARNING: deadline exceeded by linter structcheck (try increasing --deadline)
WARNING: deadline exceeded by linter interfacer (try increasing --deadline)
Makefile:19: recipe for target 'lint' failed
make[1]: *** [lint] Error 2
make[1]: Leaving directory '/go/src/github.com/pulumi/pulumi/sdk/nodejs'
build/common.mk:189: recipe for target 'sdk/nodejs_default' failed
make: *** [sdk/nodejs_default] Error 2
Then I delete everything in the Enable section, and then I get the following error:
TEST FAST:
go test -cover -parallel 10 <http://github.com/pulumi/pulumi/sdk/go/pulumi|github.com/pulumi/pulumi/sdk/go/pulumi> <http://github.com/pulumi/pulumi/sdk/go/pulumi/asset|github.com/pulumi/pulumi/sdk/go/pulumi/asset> <http://github.com/pulumi/pulumi/sdk/go/pulumi/config|github.com/pulumi/pulumi/sdk/go/pulumi/config> <http://github.com/pulumi/pulumi/sdk/go/pulumi-language-go|github.com/pulumi/pulumi/sdk/go/pulumi-language-go>
# <http://github.com/pulumi/pulumi/sdk/go/pulumi-language-go|github.com/pulumi/pulumi/sdk/go/pulumi-language-go>
pulumi-language-go/main.go:107: Verbose.Infoln call has possible formatting directive %s
pulumi-language-go/main.go:115: Verbose.Infoln call has possible formatting directive %s
pulumi-language-go/main.go:122: Verbose.Infoln call has possible formatting directive %s
pulumi-language-go/main.go:145: Verbose.Infoln call has possible formatting directive %s
ok <http://github.com/pulumi/pulumi/sdk/go/pulumi|github.com/pulumi/pulumi/sdk/go/pulumi> 0.005s coverage: 17.7% of statements
? <http://github.com/pulumi/pulumi/sdk/go/pulumi/asset|github.com/pulumi/pulumi/sdk/go/pulumi/asset> [no test files]
ok <http://github.com/pulumi/pulumi/sdk/go/pulumi/config|github.com/pulumi/pulumi/sdk/go/pulumi/config> 0.005s coverage: 26.6% of statements
Makefile:26: recipe for target 'test_fast' failed
make[1]: *** [test_fast] Error 2
make[1]: Leaving directory '/go/src/github.com/pulumi/pulumi/sdk/go'
build/common.mk:189: recipe for target 'sdk/go_default' failed
make: *** [sdk/go_default] Error 2
cold-train-5848
11/04/2018, 10:59 PMmaster
, when I do pulumi new
it creates a package.json
, which contains the following lines which point to the latest stable version:
"dependencies": {
"@pulumi/pulumi": "latest",
"@pulumi/kubernetes": "latest"
}
After I update package.json
to point to the latest master version as below:
"dependencies": {
"@pulumi/pulumi": "<https://github.com/pulumi/pulumi.git>",
"@pulumi/kubernetes": "<https://github.com/pulumi/pulumi-kubernetes.git>"
}
And I run yarn install
I'm getting the following error when doing `pulumi up`:
error: It looks like the Pulumi SDK has not been installed. Have you run npm install or yarn install?
error: failed to load language plugin nodejs: could not read plugin [/home/shai/go/bin/pulumi-language-nodejs] stdout: EOF