Hi all. I am working on deploying an eks stack on ...
# typescript
l
Hi all. I am working on deploying an eks stack on aws and getting the following error:
Copy code
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 ...
Copy code
$ node -v
v14.15.1
This is from that directory.
Copy code
/.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
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?