This message was deleted.
# general
s
This message was deleted.
p
If it helps, my pulumi version is
v3.67.0
Node version
v16.16.0
b
What OS are you using? Can you post the results of
Pulumi about
(run from your project folder) here please
p
What OS
Debian-based (Pop-os)
pulumi about
Copy code
CLI          
Version      3.67.0
Go Version   go1.20.4
Go Compiler  gc

Plugins
NAME        VERSION
cloudflare  5.1.0
docker      4.2.0
gcp         6.55.1
kubernetes  3.27.1
nodejs      unknown
random      4.13.0

Host     
OS       debian
Version  bookworm/sid
Arch     x86_64

This project is written in nodejs: executable='/home/gabriel-2/.nvm/versions/node/v16.16.0/bin/node' version='v16.16.0'

Current Stack: [REDACTED]

TYPE                                        URN
[REDACTED]

Backend        
Name           <http://pulumi.com|pulumi.com>
URL            <https://app.pulumi.com/GabrielAllfront>
User           GabrielAllfront
Organizations  GabrielAllfront, allfront

Dependencies:
NAME                 VERSION
@pulumi/cloud        0.30.1
@pulumi/cloudflare   5.1.0
@pulumi/docker       4.2.0
@pulumi/gcp          6.55.1
@pulumi/kubernetes   3.27.1
@pulumi/pulumi       3.67.0
@pulumi/random       4.13.0
typescript           4.9.5
@nx-tools/nx-prisma  4.0.3
@prisma/client       4.14.0
@types/node          16.18.30
prettier             2.8.8

Pulumi locates its logs in /tmp by default
Does this help, or are you looking for something in particular?
b
I’ve seen similar with WSL recently so wanted to check it wasn’t that
👍 1
How did you install the plug-in? Did you just use
npm install @pulumi/cloudflare
p
I used yarn
My lockfile has 5.1.0 defined, and I can see it in the node_modules
Copy code
"@pulumi/cloudflare@5.1.0":
  version "5.1.0"
  resolved "<https://registry.yarnpkg.com/@pulumi/cloudflare/-/cloudflare-5.1.0.tgz#b69714ccaa315d989b534dfc2b1f5c0819dd1b01>"
  integrity sha512-9qGMJX5kEVWErU65oKpfhXEPxi2zFRfMHi4+OnKsyag+oXIMMbG4fqGKCbmmxNd6PPSBBI0GakMFNCcZnH/XPg==
  dependencies:
    "@pulumi/pulumi" "^3.0.0"