简体   繁体   English

每次我尝试运行我的代码时都会出错

[英]Error coming every time I try to run my code

错误:模块 '\?\C:\Users\ncid1\OneDrive\Desktop\Boblox\node_modules\better-sqlite3\build\Release\better_sqlite3.node' 是使用 NODE_MODULE_VERSION 83 针对不同的 Node.js 版本编译的。此版本的 Node.js 需要 NODE_MODULE_VERSION 108。请尝试重新编译或重新安装模块(例如,使用npm rebuildnpm install )。

Try uninstalling the package (better-sqlite3)尝试卸载软件包(better-sqlite3)

npm uninstall better-sqlite3

And then reinstall it然后重新安装

npm install better-sqlite3

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 运行我的代码,每次更改$(window).width() - run my code , every time i change my $(window).width() npm 错误! 无法确定要运行的可执行文件——每次我加载 VS Code 并尝试打开 Cypress - npm ERR! could not determine executable to run - Every time I load up VS Code and try to open Cypress 每次我尝试运行它时,我的“来自电子表格 - 提交表单”触发器都会被禁用 - 我如何找出原因? - My "From spreadsheet - On form submit" trigger is getting disabled every time I try to run it - how do I find out why? 我试图制作一个不和谐的音乐机器人,但每次我运行代码时,我都会收到消息未定义错误 - Im trying to make a discord music bot, but every time i run the code i get message is not defined error UnhandledPromiseRejectionWarning:错误:当我尝试运行我的代码时找不到模块“../database/db” - UnhandledPromiseRejectionWarning: Error: Cannot find module '../database/db' when i try to run my code 运行 ajax 函数时出现 500 错误 - 500 error coming when I run my ajax function 我想同时匹配这两个字段,但是每次我运行此脚本时,ans都会出错,请检查我的代码或逻辑 - I want to match both fields but every time i run this script so ans comes in false please check my code or logic 为什么每次运行函数时if语句都与else交替出现 - why my if statement alternates with else every time i run the function 当我尝试运行代码时出现不和谐 RPC 错误 - discord RPC error when i try to run the code 每次我尝试更新我的网络应用程序中的个人资料时,我都会收到此消息 - i get this message every time i try to update profile in my web app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM