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
if i add now-args: '--prod', it can't pass the deploy ,with error Error: Invalid tag name "now --prod": Tags may not have any characters that encodeURIComponent encodes.
Run amondnet/now-deployment@v1
npx now --no-clipboard -t *** -m githubCommitSha=0857f0c88c2a2c8259c21181703ab2d287f72ffb -m githubCommitAuthorName=foxundermoon -m githubCommitAuthorLogin=foxundermoon -m githubDeployment=1 -m githubOrg=foxmn -m githubRepo=admin -m githubCommitOrg=foxmn -m githubCommitRepo=admin -m githubCommitMessage=Merge 783af18b10092b74a22c04558f1b262484458026 into d9e771f61c5b62e7b717831d268829d0e9dad2b9
/usr/local/lib/node_modules/npm/node_modules/npm-package-arg/npa.js:296
throw invalidTagName(spec)
^
Error: Invalid tag name "now --no-clipboard": Tags may not have any characters that encodeURIComponent encodes.
at invalidTagName (/usr/local/lib/node_modules/npm/node_modules/npm-package-arg/npa.js:91:15)
at fromRegistry (/usr/local/lib/node_modules/npm/node_modules/npm-package-arg/npa.js:296:13)
at resolve (/usr/local/lib/node_modules/npm/node_modules/npm-package-arg/npa.js:81:12)
at npa (/usr/local/lib/node_modules/npm/node_modules/npm-package-arg/npa.js:52:10)
at fastPathArgs (/usr/local/lib/node_modules/npm/node_modules/libnpx/parse-args.js:105:17)
at Function.parseArgs (/usr/local/lib/node_modules/npm/node_modules/libnpx/parse-args.js:11:12)
at Object.<anonymous> (/usr/local/lib/node_modules/npm/bin/npx-cli.js:8:9)
at Module._compile (internal/modules/cjs/loader.js:956:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)
at Module.load (internal/modules/cjs/loader.js:812:32) {
code: 'EINVALIDTAGNAME'
}
/usr/local/lib/node_modules/npm/node_modules/npm-package-arg/npa.js:296
throw invalidTagName(spec)
Description
if i add
now-args: '--prod'
, it can't pass the deploy ,with errorError: Invalid tag name "now --prod": Tags may not have any characters that encodeURIComponent encodes.
Code
The text was updated successfully, but these errors were encountered: