Skip to content

快速开始

安装

前置准备

node-napcat-ts 使用 pnpm 作为默认包管理工具,

原则上兼容市面上大部分包管理器但不保证不出问题。

sh
$ pnpm add node-napcat-ts

注意

node-napcat-ts 是仅 ESM 的软件包。不要使用 require() 导入它,并确保最新的 package.json 包含 "type": "module",或者更改相关文件的文件扩展名,例如 config.js.mjs/.mts

此外,在异步 CJS 上下文中,可以使用 await import('node-napcat-ts') 代替。

基于 MIT 许可发布