gpt4 book ai didi

node.js - 无法安装oracledb@4.0.1

转载 作者:太空宇宙 更新时间:2023-11-04 01:22:25 26 4
gpt4 key购买 nike

我有一个 nodejs 项目,当我运行 npm i 时遇到以下错误:

oracledb ERR! NJS-067: a pre-built node-oracledb binary was not found for Node.js v12.13.0 (NODE_MODULE_VERSION=72) on darwin x64
oracledb ERR! Try compiling node-oracledb source code using https://oracle.github.io/node-oracledb/INSTALL.html#github

我尝试更新 package.json 以包含 "oracledb": "github:oracle/node-oracledb#v4.0.1"但它继续显示 oracledb@3.1.2 安装。我也尝试运行 npm uninstall oracledb 但也导致了同样的错误。

NodeJs 版本:12.13.0Python:2.7.10

最佳答案

尝试使用ES模块,将文件.js改为.mjs,并使用require而不是import。它对我有用,我认为 node-oracledb 现在是 ESM。

关于node.js - 无法安装oracledb@4.0.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58797119/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com