limited-postman-77982
11/17/2020, 2:26 AM$ pulumi plugin install
error: failed to load language plugin node.js: no language plugin 'node.js' found in the workspace or on your $PATH
little-cartoon-10569
11/17/2020, 2:26 AMlimited-postman-77982
11/17/2020, 2:28 AMname: aws-PL-Tools-ts-eks
description: AWS PL Tools EKS cluster
runtime: node.js
little-cartoon-10569
11/17/2020, 2:28 AMlimited-postman-77982
11/17/2020, 2:28 AMlittle-cartoon-10569
11/17/2020, 2:28 AMruntime: node.js
to runtime: nodejs
limited-postman-77982
11/17/2020, 2:29 AMlittle-cartoon-10569
11/17/2020, 2:29 AM.
limited-postman-77982
11/17/2020, 2:31 AMDiagnostics:
pulumi:pulumi:Stack (aws-PL-Tools-ts-eks-PL-Tools-aws-ts-eks):
undefined:3
return %FunctionGetScript(func);
^
SyntaxError: FunctionGetScript is not defined
little-cartoon-10569
11/17/2020, 2:33 AMlimited-postman-77982
11/17/2020, 2:33 AMlittle-cartoon-10569
11/17/2020, 2:34 AMimport * as awsx from "@pulumi/awsx";
...limited-postman-77982
11/17/2020, 2:35 AMlittle-cartoon-10569
11/17/2020, 2:37 AMgit reset --hard HEAD
?limited-postman-77982
11/17/2020, 2:49 AMlittle-cartoon-10569
11/17/2020, 2:51 AMnpm rebuild
do? All my ts experience is from Pulumi, and I've never used it.. just npm install
or npm run test
.limited-postman-77982
11/17/2020, 2:53 AMerror: Running program '/Users/craigema/wkspace/code/PerceptiLabs-IT/pulumi/aws-ts-eks' failed with an unhandled exception:
Error: Cannot find module '@pulumi/aws'
little-cartoon-10569
11/17/2020, 3:04 AM@pulumi/aws
, then you'll need to have a dependency on it in package.json. You could delete package-lock.json and run npm install
one more time, see if that sorts itlimited-postman-77982
11/17/2020, 3:07 AM