You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:1070:16)
at Module._compile (internal/modules/cjs/loader.js:1120:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10)
at Module.load (internal/modules/cjs/loader.js:1000:32)
at Function.Module._load (internal/modules/cjs/loader.js:899:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
at internal/main/run_main_module.js:18:47
Upgrading Node ( to version 17.7.2) and NPM fixed this. Now when I run node dist/index.js I see the CLI options.
The text was updated successfully, but these errors were encountered:
node -v
: 12.16.2npm -v
: 8.4.0node dist/index.js --token=$SNYK_TOKEN --group-id=$SNYK_GROUP
Error
Upgrading Node ( to version 17.7.2) and NPM fixed this. Now when I run
node dist/index.js
I see the CLI options.The text was updated successfully, but these errors were encountered: