s
any help?
l
@stale-refrigerator-86789 I’m the Technical Content Lead for the docs and I’m sorry to hear you ran into problems with the Getting Started tutorial. I’ll try to repro your issue and let you know what I find out.
s
Thanks Dave, let me know if I can help!
l
@stale-refrigerator-86789 Sorry for the delay. Can you do a
node --version
to just verify that the node binary you’re using with Pulumi is >= v12? We recently stopped supporting v10 as it went EOL and the error message you’re showing looks like node v10 is somewhere on your machine and getting used by the Pulumi CLI.
s
Hi Dave, node version is v12.20.1 and pulumi ver is v3.2.1
maybe Pulumi take node 10 somewhere on my system...
Copy code
[dometec@precision7510 test]$ node -v
v12.18.4
[dometec@precision7510 test]$ pulumi -v 3 up
Previewing update (dev)

View Live: <https://app.pulumi.com/dometec/test/dev/previews/d7c3d98a-89b9-4c3f-9f0f-304363f16181>

Type                 Name      Plan     Info
pulumi:pulumi:Stack  test-dev           1 error

Diagnostics:
pulumi:pulumi:Stack (test-dev):
error: SyntaxError: eval at <anonymous> (/home/dometec/git/Kalpa/nabook/pulumi/test/node_modules/@pulumi/pulumi/runtime/closure/v8_v10andLower.js:82:27):1:7 Expected an operand but found %
return %FunctionGetScriptSourcePosition(func);
^
at new Function (native)
at Object.<anonymous> (/home/dometec/git/Kalpa/nabook/pulumi/test/node_modules/@pulumi/pulumi/runtime/closure/v8_v10andLower.js:82:27)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/home/dometec/git/Kalpa/nabook/pulumi/test/node_modules/@pulumi/pulumi/runtime/closure/v8.js:26:24)
at Module._compile (internal/modules/cjs/loader.js:1137:30)


warning: A new version of Pulumi is available. To upgrade from version '3.2.1' to '3.3.0', run
$ curl -sSL <https://get.pulumi.com> | sh
or visit <https://pulumi.com/docs/reference/install/> for manual instructions and release notes.
[dometec@precision7510 test]$