creamy-potato-29402
09/24/2018, 4:55 PMnpm install
, right?full-dress-10026
09/24/2018, 4:57 PMnew
command will run npm install
itself. Something failed in project creation, I guess, which produced that error.creamy-potato-29402
09/24/2018, 4:58 PMfull-dress-10026
09/24/2018, 4:59 PMpulumi new aws-typescript --dir infrastructure
This command will walk you through creating a new Pulumi project.
Enter a value or leave blank to accept the default, and press <ENTER>.
Press ^C at any time to quit.
project name: (infrastructure) ComputeSoftware/infra
project description: (A minimal AWS TypeScript Pulumi program) Compute Software's AWS infrastructure
Created project 'ComputeSoftware/infra'.
stack name: (ComputeSoftware/infra-dev)
Created stack 'ComputeSoftware/infra-dev'.
aws:region: The AWS region to deploy into: (us-east-1) us-west-2
Installing dependencies...
Your new project is configured and ready to go!
Previewing update of stack 'ComputeSoftware/infra-dev'
Type Name Status Info
* global global unchanged 1 info message
Diagnostics:
global: global
info: error: It looks like the Pulumi SDK has not been installed. Have you run npm install or yarn install?
error: failed to load language plugin nodejs: could not read plugin [/home/kenny/.pulumi/bin/pulumi-language-nodejs] stdout: EOF
/
.creamy-potato-29402
09/24/2018, 5:00 PMfull-dress-10026
09/24/2018, 5:00 PMcreamy-potato-29402
09/24/2018, 5:44 PMfull-dress-10026
09/24/2018, 5:44 PMcreamy-potato-29402
09/24/2018, 5:44 PM