当前位置: 首页 > 知识库问答 >
问题:

面对错误:运行Node js server时找不到模块“C:\Users\Dell\DesktoP\Node js Programs\File”

林威
2023-03-14

``

这是我运行节点js文件系统的代码


    var http = require('http');
    var fs = require('fs');
    http.createServer(function (req, res) {
      //Open a file on the server and return its content:
      fs.readFile('demofile1.html', function(err, data) {
        res.writeHead(200, {'Content-Type': 'text/html'});
        res.write(data);
        return res.end();
     
 });
    }).listen(3000);


``

> This is the error iam facing while running the code

内部/modules/cjs/loader.js:985抛出错误;^此处输入代码错误:在Function.module._resolveFileName(内部/module/cjs/loader.js:982:15)在Function.module._load(内部/module/cjs/loader.js:864:27)在Function.executeUserEntryPoint[作为runMain]({code:'module_not_found',requireStack:[]}

共有1个答案

郎鸿雪
2023-03-14

您的项目node_modules中有文件夹吗?

我怀疑你不知道。请在项目目录中运行NPM Install

 类似资料:
  • 找不到模块“js yaml”要求堆栈: D: \ REACT NATIVE\portfolio\node\U modules\cosmiconfig\dist\loaders。js

  • 我正在从Firebase应用程序发送邮件。根据我在使用Firebase web app发送电子邮件时提出的问题,我使用Firebase云功能发送邮件。上面的代码是我的索引。js文件。 这是我的包裹。json文件

  • 问题内容: 我已经很长时间没有使用Node.js了,也从未使用过express。当我启动应用程序时,它刚刚返回: 启动test.html时发生错误。这是代码: 我自己的路 : 为什么呢 编辑: 这是我的新app.configure: 但它返回: 问题答案: 我假设test.html是一个静态文件。要渲染静态文件,请像这样使用静态中间件。 这告诉express在应用程序的公共目录中查找静态文件。 指

  • 我刚刚开始使用webpack,很难获得多入口点示例来构建。网页包。配置。示例中的js文件包括以下行 这对我来说是个错误 在四处搜索时,我找到了将CommonChunkPlugin与表达式一起使用的其他示例 失败并出现错误 进一步搜索发现了许多示例,包括 我的构建现在失败了 我不知道该如何进行。

  • 当运行我的项目包时,我有上面的标题错误,在我试图使用 npm安装xml2json 但是,我只有以下错误,你能给我建议或想法,从这个问题中走出来吗... 编辑:: 1 在我安装了更新的Visual Studio 2005到2012后,当我运行npm安装xml2json和npm安装xml2json--unsece-perm时,我得到下面的错误, 提前感谢,戈帕尔·R

  • 运行command:时,出现以下错误: 错误输出:module.js:339 throw err;^错误:在Function.module._resolveFileName(module.js:337:15)在Function.module._load(module.js:287:25)在module.require(module.js:366:17)在require(module.js:385: