pulumi / pulumi-aws-quickstart-vpc

Temporary repository to hold the roadmap and early code for the AWS Quickstart VPC
Apache License 2.0
4 stars 2 forks source link

v0.0.5 does not install properly #31

Open tleyda-uplift opened 4 days ago

tleyda-uplift commented 4 days ago

What happened?

Installing v0.0.5 fails because an expected install script is missing

Example

This file contains the result of Yarn building a package (@pulumi/aws-quickstart-vpc@npm:0.0.5)

Script name: install

node:internal/modules/cjs/loader:1137 throw err; ^

Error: Cannot find module '{***}/node_modules/@pulumi/aws-quickstart-vpc/scripts/install-pulumi-plugin.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15) at Module._load (node:internal/modules/cjs/loader:975:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) at node:internal/main/run_main_module:28:49 { code: 'MODULE_NOT_FOUND', requireStack: [] }

Node.js v18.19.0

Output of pulumi about

CLI
Version 3.85.0 Go Version go1.21.1 Go Compiler gc

Host
OS darwin Version 14.5 Arch arm64

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

sean1588 commented 2 days ago

According to our registry, the last published version was 0.0.2. The latest release is at 0.0.5 though. It seems like the release workflow is missing the step to publish the docs, e.g. https://github.com/pulumi/pulumi-aws/blob/master/.github/workflows/release.yml#L41-L57