This message was deleted.
# general
s
This message was deleted.
f
Usually the
new
command will run
npm install
itself. Something failed in project creation, I guess, which produced that error.
c
Hmm, I see.
what is the command you ran?
f
Copy code
pulumi 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
Best guess is that NPM doesn't like the project name containing a
/
.
c
Hmm, ok, can please you file an issue to track this?
f
Sure
In this repo, correct? https://github.com/pulumi/pulumi
c
@full-dress-10026 yeah that’s ok
👍 1
f
c
thanks!