pulumi/sdk/nodejs/dist/pulumi-language-nodejs-exec.cmd
Matt Ellis ca2fbca13f Continue to add native modules to NODE_PATH
While we no longer use the native runtime module, older versions of
@pulumi/pulumi still require it. Let's continue to have the launcher
put the native module location on the `$PATH`. And we'll include them
in the SDK for a while longer.

Fixes #1177
2018-04-13 14:26:32 -07:00

3 lines
88 B
Batchfile

@set NODE_PATH=%NODE_PATH%;%~dp0\v6.10.2
@node ./node_modules/@pulumi/pulumi/cmd/run %*