**已关闭。**此问题需要debugging details。目前不接受回答。
编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将帮助其他人回答问题。
7天前关闭
Improve this question的
我已经安装了upstash/ratelimit,但我一直得到错误.请帮助我.
import { Ratelimit} from "@upstash/ratelimit"
import { Redis } from "@upstash/redis";
export async function rateLimit(identifier: string) {
const ratelimit = new Ratelimit({
redis: Redis.fromEnv(),
limiter: Ratelimit.slidingWindow(10, "10 s"),
analytics: true,
prefix: "@upstash/ratelimit",
});
return await ratelimit.limit(identifier);
};
字符串
我试着安装它的各种时间,但没有变化。所以请修复itx 1c 0d1x
1条答案
按热度按时间dgsult0t1#
试试这些步骤:
使用管理员权限打开CMD,然后调用以下命令:
字符串
然后调用这个命令来确保100%正确安装:
型
尝试使用以下命令删除并重新安装:
型
否则,检查是否有错别字,检查Node.js版本(查看是否与包兼容),并重新构建项目。