glamorous-printer-66548
11/03/2018, 5:33 AMwhite-balloon-205
pulumi
is not installed may be a solution here.glamorous-printer-66548
12/22/2018, 12:04 AMwhite-balloon-205
glamorous-printer-66548
12/22/2018, 12:49 PMnpm ci
fails with this error:
$ npm ci
> protobufjs@6.8.8 postinstall /solvvy/solvvy-apis/node_modules/protobufjs
> node scripts/postinstall
> grpc@1.17.0 install /solvvy/solvvy-apis/node_modules/grpc
> node-pre-gyp install --fallback-to-build --library=static_library
node-pre-gyp WARN Using request for node-pre-gyp https download
[grpc] Success: "/solvvy/solvvy-apis/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc/grpc_node.node" is installed via remote
> @pulumi/kubernetes@v0.18.0 install /solvvy/solvvy-apis/node_modules/@pulumi/kubernetes
> node scripts/install-pulumi-plugin.js resource kubernetes v0.18.0
There was an issue installing the resource provider plugin. It looks like `pulumi` is not installed on your system. Please visit <https://pulumi.io/> to get Pulumi.
You may try to manually installing the plugin by running `pulumi plugin install resource kubernetes v0.18.0`
> @pulumi/gcp@v0.16.2 install /solvvy/solvvy-apis/node_modules/@pulumi/gcp
> pulumi plugin install resource gcp v0.16.2
sh: 1: pulumi: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! @pulumi/gcp@v0.16.2 install: `pulumi plugin install resource gcp v0.16.2`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the @pulumi/gcp@v0.16.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-12-22T12_44_42_353Z-debug.log
ERROR: Job failed: command terminated with exit code 1
I suspect maybe this is just a problem with the gcp plugin since this has last been released Nov 14th before #2155 was closed?white-balloon-205
0.16.3
with just the couple of bug fixes.glamorous-printer-66548
12/22/2018, 3:20 PM