小编jav*_*ner的帖子

错误:bcrypt_lib.node 不是有效的 Win32 应用程序

我的 Windows 机器上有一个 nodejs 项目。在尝试运行项目时,出现此错误的地方涉及 bcrypt 和 win32。

[nodemon] 2.0.2 [nodemon] 随时重启,输入rs [nodemon] watch dir(s): [nodemon] 看扩展:js,mjs,json [nodemon] 开始node app.js internal/modules/cjs/loader.js:1003 return process.dlopen(module, path.toNamespacedPath(filename)); ^

Error: \\?\C:\Users\owner\desktop\msci444\no-scraps\node_modules\bcrypt\lib\binding\napi-v3\bcrypt_lib.node is not a valid Win32 application.
\\?\C:\Users\owner\desktop\msci444\no-scraps\node_modules\bcrypt\lib\binding\napi-v3\bcrypt_lib.node
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:1003:18)
    at Module.load (internal/modules/cjs/loader.js:812:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Module.require (internal/modules/cjs/loader.js:849:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (C:\Users\owner\desktop\msci444\no-scraps\node_modules\bcrypt\bcrypt.js:6:16)
    at Module._compile (internal/modules/cjs/loader.js:956:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)
    at Module.load (internal/modules/cjs/loader.js:812:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
[nodemon] app crashed - waiting for file changes before starting...
Run Code Online (Sandbox Code Playgroud)

javascript windows bcrypt win32-process node.js

3
推荐指数
2
解决办法
6772
查看次数

标签 统计

bcrypt ×1

javascript ×1

node.js ×1

win32-process ×1

windows ×1