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
$ vonage config:set --apiKey=XXXX --apiSecret=YYYY
Error: (node:69427) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:fs:2344
return binding.writeFileUtf8(
^
Error: ENOENT: no such file or directory, open '/Users/goro/.vonage/settings.json'
at writeFileSync (node:fs:2344:20)
at saveSettingsFile (/Users/goro/.nvm/versions/node/v22.12.0/lib/node_modules/@vonage/cli/src/utils/settings.js:32:3)
at process.<anonymous> (/Users/goro/.nvm/versions/node/v22.12.0/lib/node_modules/@vonage/cli/src/utils/settings.js:9:5)
at process.emit (node:events:536:35) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/goro/.vonage/settings.json'
}
It's simply be fixed by mkdir ~/.vonage.
Expected Behavior
No error was thrown.
Actual Behavior
Error ENOENT was thrown.
The text was updated successfully, but these errors were encountered:
Node Version
22.x
Platform
Mac (Apple Silcon)
CLI Version
3.0.2
Command
It's simply be fixed by
mkdir ~/.vonage
.Expected Behavior
No error was thrown.
Actual Behavior
Error ENOENT was thrown.
The text was updated successfully, but these errors were encountered: