Robbe Verhelst

Results 3 comments of Robbe Verhelst

Anyone know why when trying to run this executor I'm getting this common error: ``` import { commandSync } from 'execa'; ^^^^^^ SyntaxError: Cannot use import statement outside a module...

I'm trying to run `nx build eks-cluster && pulumi up -s stackname --cwd apps/eks-cluster`, but getting the same when trying `echo hello` so it's definitely not the command. also I...

I made it work by building the ts file and running the js file. Also changed it a bit so u can run multiple commands: ``` import { commandSync }...