I'm having trouble building the pulumi nodejs sdk....
# general
w
I'm having trouble building the pulumi nodejs sdk. Following the instructions in the README.md it seems i just need to run
make
, but it seems that you need to
npm install
first, but that doesn't work because version in package.json is set to
${VERSION}
. I don't want to hack around too much with this — is there an updated version of development spinup instructions? https://github.com/pulumi/pulumi/tree/master/sdk/nodejs#building-and-testing
t
you shouldn’t need npm install manually
tsc comes from brew install typescript
w
oh meh, i scanned the brew install list and assumed i had all of that already, but forgot i don't have typescript available globally.. sorry about that