https://pulumi.com logo
Title
l

limited-postman-77982

11/17/2020, 2:18 AM
Hi all. I am working on deploying an eks stack on aws and getting the following error:
error: failed to load language plugin node.js: no language plugin 'node.js' found in the workspace or on your $PATH
I've verified that I have nvm installed correctly and I've just set my .nvm in the dir that I'm working in for node lts ...
$ node -v
v14.15.1
This is from that directory.
/.nvm/versions/node/v14.15.1/bin:
I'm omitting my User/name/ but this is in my $PATH ... I'm sure I'm missing something simple, but thought I'd reach out. As a note, I have successfully launch numerous aks and other resources on Azure without issue using TS. But this is a new directory and update node.js version, etc. Any help would be very appreciated! Thanks!
l

little-cartoon-10569

11/17/2020, 2:19 AM
Does your Pulumi.yaml have the line
runtime: node.js
in it?
If it does, remove the ".". It should be
runtime: nodejs
@limited-postman-77982 Did you check your Pulumi.yaml?