我已经尝试安装enmap有一段时间了,我已经在网上搜索过了,但没有找到任何有效的解决方案,我正在尝试npm i enmap,但我一直收到这个错误:
https://paste.ubuntu.com/p/d993WptFyq/
其中一个让我印象深刻的错误是
gyp ERR! stack Error: not found: make
gyp ERR! stack at getNotFoundError (/usr/lib/node_modules/npm/node_modules/which/which.js:13:12)
gyp ERR! stack at F (/usr/lib/node_modules/npm/node_modules/which/which.js:68:19)
gyp ERR! stack at E (/usr/lib/node_modules/npm/node_modules/which/which.js:80:29)
gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/which/which.js:89:16
gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/isexe/index.js:42:5
gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/isexe/mode.js:8:5
gyp ERR! stack at FSReqCallback.oncomplete (fs.js:168:21)我不知道这是什么意思。
我已经删除了我的模块文件夹和包文件,并且一直收到同样的错误。
发布于 2020-12-04 02:06:37
我已经修复了这个问题,我需要使用sudo apt-get install build-essential安装build-essential
https://stackoverflow.com/questions/65127199
复制相似问题