gpt4 book ai didi

javascript - 错误 : Cannot find module in node. js

转载 作者:行者123 更新时间:2023-11-30 05:32:13 26 4
gpt4 key购买 nike

首先,这不是重复的。我已经搜索了很多关于 SO 的问题,但没有找到专门安装 pagedown 的答案。这是我的第一个模块。我以管理员身份运行了 Node.js 命令提示符,并运行了这个命令。

> var pagedown = require("pagedown");

错误日志如下:

Error: Cannot find module 'pagedown'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at repl:1:16
at REPLServer.self.eval (repl.js:110:21)
at repl.js:249:20
at REPLServer.self.eval (repl.js:122:7)
at Interface.<anonymous> (repl.js:239:12)
at Interface.emit (events.js:95:17)

我正在使用 Windows。工作目录:AppData\Roaming\npm\<-- 空文件夹

最佳答案

确保安装了 npm

转到命令行 (Windows_button+R),输入“cmd”,按 Enter通过命令行转到 your_app_folder只需输入“npm install pagedown”,然后按 Enter 键

关于javascript - 错误 : Cannot find module in node. js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26173175/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com