Nodejs:找不到模块“nanoid”

发布于 2025-01-10 21:16:12 字数 712 浏览 0 评论 0原文

当我尝试编译我的 Typescript 项目(NestJS)时,我遇到了以下问题。

一些软件包如 nanoidcookie-parser 给出错误 Error: Cannot find module 'nanoid'

他们使用的代码如下:

...
import { nanoid } from "nanoid";
...
    const confirmToken = nanoid(32);
...  

以下是我的尝试:

  1. 我检查了 node_modules 目录。包裹就在那里 输入图片此处描述

  2. 尝试完全删除node_modules和package.json.lock。

  3. 使用了v16.14.0、v17版本的NodeJS

  4. 使用了yarn和npm

这些方法都没有帮助。

同样,此错误仅发生在某些软件包上。

可能有什么问题?

When I try to compile my Typescript project (NestJS) I came across the following problem.

Some packages like nanoid, cookie-parser give error Error: Cannot find module 'nanoid'

The code where they used is below:

...
import { nanoid } from "nanoid";
...
    const confirmToken = nanoid(32);
...  

Here are what I tried:

  1. I checked the node_modules directory. The package is there
    enter image description here

  2. Tried to completely remove node_modules and package.json.lock.

  3. Used v16.14.0, v17 versions of NodeJS

  4. Used yarn and npm

None of these ways helped.

Again, this error happens with only certain packages.

What could be an issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文