我nodegit 0.26.5
通过npm
Electron 应用程序的渲染器部分安装并导入包。在编译期间,我收到以下错误:
WARNING in ./node_modules/nodegit/dist/nodegit.js
Module not found: Error: Can't resolve '../build/Release/nodegit.node' in '/Users/steve/Documents/git/git_reader/node_modules/nodegit/dist'
ERROR in ./node_modules/nodegit/dist/nodegit.js
Module not found: Error: Can't resolve '../build/Debug/nodegit.node' in '/Users/steve/Documents/git/git_reader/node_modules/nodegit/dist'
ERROR in ./node_modules/nodegit/dist/nodegit.js
Module not found: Error: Can't resolve '../package' in '/Users/steve/Documents/git/git_reader/node_modules/nodegit/dist'
在我的node_modules/nodegit/build
目录中,我只有一个Release
目录。有人知道我在这里想念什么吗?
我创建了一个 repo,它是从样板模板中派生出来的。我只添加nodegit
和@types/nodegit
作为依赖项并将其导入details.component.ts
https://github.com/Githubber2021/electron-nodegit-error
git clone https://github.com/Githubber2021/electron-nodegit-error.git
npm install
npm run electron:local
重现问题。任何人都可以在他们的机器上重现错误吗?我在这里想念什么?非常感谢您的任何帮助或提示!!