-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fis3 #1310
Comments
14 没适配
songxk <[email protected]> 于 2020年6月29日周一 下午2:27写道:
…
- *操作系统*: Arch Linux
- *Node版本*: 14.0.4
- *FIS版本*: fis3
- *解决方案*:
- *依赖插件*:
fis3 release -wd
[INFO] Currently running fis3 (/usr/lib/node_modules/fis3/)
internal/fs/utils.js:657
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type
string or an instance of Buffer, TypedArray, or DataView. Received undefined
at Object.writeFileSync (fs.js:1380:5)
at Function._.write (/usr/lib/node_modules/fis3/lib/util.js:733:8)
at F.save (/usr/lib/node_modules/fis3/lib/cache.js:45:14)
at
/usr/lib/node_modules/fis3/node_modules/fis3-command-release/index.js:62:15
at wrapped
(/usr/lib/node_modules/fis3/node_modules/fis3-command-release/lib/chains.js:30:58)
at Object.run
(/usr/lib/node_modules/fis3/node_modules/fis3-command-release/lib/chains.js:39:9)
at Object.exports.run
(/usr/lib/node_modules/fis3/node_modules/fis3-command-release/index.js:114:7)
at Object.cli.run (/usr/lib/node_modules/fis3/lib/cli.js:259:11)
at Liftoff. (/usr/lib/node_modules/fis3/bin/fis.js:36:11)
at Liftoff.
(/usr/lib/node_modules/fis3/node_modules/liftoff/index.js:197:12) {
code: 'ERR_INVALID_ARG_TYPE'
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1310>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE2DG6LKFIVY7NAWQR6L5LRZAX5NANCNFSM4OK6KQIA>
.
|
使用了 node的 v9.11.2版本,可以使用,不报这个错错 |
邮件已收到 我会尽快给您回复 thks
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fis3 release -wd
[INFO] Currently running fis3 (/usr/lib/node_modules/fis3/)
internal/fs/utils.js:657
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
at Object.writeFileSync (fs.js:1380:5)
at Function._.write (/usr/lib/node_modules/fis3/lib/util.js:733:8)
at F.save (/usr/lib/node_modules/fis3/lib/cache.js:45:14)
at /usr/lib/node_modules/fis3/node_modules/fis3-command-release/index.js:62:15
at wrapped (/usr/lib/node_modules/fis3/node_modules/fis3-command-release/lib/chains.js:30:58)
at Object.run (/usr/lib/node_modules/fis3/node_modules/fis3-command-release/lib/chains.js:39:9)
at Object.exports.run (/usr/lib/node_modules/fis3/node_modules/fis3-command-release/index.js:114:7)
at Object.cli.run (/usr/lib/node_modules/fis3/lib/cli.js:259:11)
at Liftoff. (/usr/lib/node_modules/fis3/bin/fis.js:36:11)
at Liftoff. (/usr/lib/node_modules/fis3/node_modules/liftoff/index.js:197:12) {
code: 'ERR_INVALID_ARG_TYPE'
}
The text was updated successfully, but these errors were encountered: