zegapain
zegapain
I have the same problem Mine: npm -v 6.14.5 node -v v14.5.0
> I think this is just an issue when using npm v7. I don't get this issue when using npm v6 and Node v16. > > I still get it...
The error code is in the utils/acquireOpenSSL.js file We can test it like this ```shell cd node_modules/nodegit/ node utils/acquireOpenSSL.js ``` also can modify the code to get the file address...
> Hey guys, when i was testing to build my app couple of weeks ago on my personal computer, i didn't deleted the node_module so if you want i can...
Well, I guess I can't use it 😂
I have two suggestions First, reference https://www.electronjs.org/docs/tutorial/using-native-node-modules use it to rebuild ```shell npm install --save-dev electron-rebuild # Every time you run "npm install", run this: ./node_modules/.bin/electron-rebuild # If you have...
> > The 'is.development' variable uses the 'electron-is-dev' package, but this package 'must be used from the Electron main process'. > > `electron-util` uses an older version of that package...
看了半天也没看出来 holderCallback 是为了干什么的,看了你的issue才明白是为了兼容老版本,谢谢! 目前已有hook实现 ---------------------------------------------------- 。。。其实也不能说是兼容,发现hook是基于holderCallback实现的
看了下19年2月份的3.3.1版本,和现在版本基本一致 该语句只是对外暴露了一个可以自行控制 key 的接口,方便自行做些小优化,比如dom重用,或者有特殊需求需要指定的key值 做通用组件肯定会思考其扩展性,不会想当然的什么就是什么