sparse-intern-71089
11/04/2018, 10:59 PMwhite-balloon-205
white-balloon-205
@pulumi/pulumi
NPM module sources are at https://github.com/pulumi/pulumi/tree/master/sdk/nodejs, but the details like version and preinstall steps are inserted by the build process (make
in that folder).cold-train-5848
11/04/2018, 11:43 PMwhite-balloon-205
make build
should set up the links, and then from your app just do yarn link <@UB8C33JJG>/pulumi
.cold-train-5848
11/05/2018, 9:09 AM$ yarn link @pulumi/pulumi
success Using linked package for "@pulumi/pulumi".
$ yarn link @pulumi/docker
error No registered package found called "@pulumi/docker".
cold-train-5848
11/05/2018, 9:17 AMmake
on the pulumi/pulumi-docker
repo I'm getting errors:
docker.ts:18:32 - error TS2307: Cannot find module 'child_process'.
docker.ts:19:25 - error TS2307: Cannot find module 'semver'.
docker.ts:556:27 - error TS2580: Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i @types/node`.
white-balloon-205
make ensure
prior to make
to install dependencies.cold-train-5848
11/05/2018, 5:18 PM