我正在使用电子模块mdns,我得到了这个错误。
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Module version mismatch. Expected 49, got 48.
at Error (native)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:167:20)
at Object.Module._extensions..node (module.js:56
我正在尝试制作一个应用程序,它使用npm中的节点-蓝牙模块。但我得到了以下错误:
App threw an error during load
Error: The module '/home/pi/AlucentOs/node_modules/node-
bluetooth/build/Release/BluetoothSerialPort.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 57. This version of Node.js requires
在将NodeJS更新为v0.10.29之后,我得到了以下错误:
Error: Module version mismatch. Expected 11, got 1.
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at bindings (/home/masiar/usi_liquid_streams/node_m
我已经更新了上一个版本的流星,这个版本不能与流星一起工作。
这里是我的"sudo mrt“日志
=> Errors prevented startup:
While building the application:
node_modules/meteorite/node_modules/ddp/node_modules/ws/examples/fileapi/public/index.html:1: Can't set DOCTYPE here. (Meteor sets <!DOCTYPE html> for you)
node_modules/met
需要帮助杀死进程节点JS。我试图停止服务器上的节点js进程,我一直在使用
killall -9 node
下面是我们的回应
node(30332): Operation not permitted
node: no process found
所以我用
sudo killall -9节点
但是节点js仍然具有不同的PID。有什么帮助吗?
在安装了最新版本NodeJS的MacBook上,我正在尝试更新npm:
npm install npm@latest
错误消息为:
npm ERR: code MODULE_NOT_FOUND
npm ERR: Cannot find module 'internal/errors'
npm ERR: A complete log of this run can be found in:
npm ERR: /Users/alexander/.npm/_logs/2017_09_15_12_35_47_079Z-debug.log
并且引用的日志文件读取
0 info i
在目录中,我执行了标准-- npm安装mariasql --保存。当我运行服务器文件-node app.js时。它返回如下错误:
Error: Cannot find module '../build/Debug/sqlclient'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at re
当用户删除一个文件时,我试图在JSTree中重新创建一个文件夹结构。比方说,用户删除文件路径为" A \B\X.X“和"A\C\Y.Y”的文件时,我希望在jstree中创建名为A、B和C的节点。
到目前为止,如果节点不存在,我可以添加它们。如果存在节点,则无法找到现有节点。在上面的例子中,我可以为A和B创建节点,但是不能第二次找到节点"A“。
下面是我迄今所写的代码。
var folderList = path.split("/");
for (var i = 0; i < folderList.length - 1; i++) { //-1 t
在运行一个简单的节点程序时,我得到了这个错误:
/home/ubuntu/parent.js:4
throw error;
^
Error: Command failed: /bin/sh: 1: node: not found
at ChildProcess.exithandler (child_process.js:637:15)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Socket.<anonymous>
我使用的是skeleton-typescript aurelia框架导航包,在运行gulp bundle时,它会给出一个错误,即路径必须是字符串,但未定义
TypeError: Path must be a string. Received undefined
at assertPath (path.js:7:11)
at Object.basename (path.js:801:5)
at exports.writeOutputs (C:\Users\joaoe\Desktop\skeleton-navigation\skeleton-typescript\node_