在终端中运行 JS 时找不到模块错误

发布于 2025-01-11 05:41:08 字数 533 浏览 0 评论 0原文

这是我今天第一次使用节点,我遇到了这个问题。当尝试在终端中运行 hello.js 时,出现此错误:

Error: Cannot find module '/Users/antoinelafonta/hello.js'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []

使用 VsCode 终端时运行正常。

有什么想法吗?

谢谢 !

It's my firt time using node today and I was faced with this issue. When trying to run hello.js in my terminal, I get this error :

Error: Cannot find module '/Users/antoinelafonta/hello.js'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []

It's running fine when using the VsCode terminal.

Any ideas ?

Thanks !

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

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

发布评论

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