thundernet8 / StarCabinet

:tada: 开源的跨平台Github Stars管理分析工具
MIT License
408 stars 49 forks source link

Keytar error #11

Closed tienzodi closed 6 years ago

tienzodi commented 7 years ago

Hello, I got issue below when I try to run npm start image How can I fix it ? Thank you

thundernet8 commented 7 years ago

try npm install windows-build-tools -g

tienzodi commented 7 years ago

let me try it. thx.

tienzodi commented 7 years ago

it doesn't work on my computer. I got same issue on my macbook :|

thundernet8 commented 7 years ago

@tienzodi or try

npm rebuild

to rebuild keytar.node module

tienzodi commented 7 years ago

I'm trying to do that

etgundam53 commented 6 years ago

use npm rebuild,There are still problems。 App threw an error during load Error: Cannot open D:\Microsoft VS Code\workspace\StarCabinet-master\node_modules\keytar\build\Release\keytar.node: Error: A dynamic link library (DLL) initialization routine failed.

thundernet8 commented 6 years ago

@etgundam53 Keytar

So try to upgrade keytar package

npm remove keytar
npm install keytar
etgundam53 commented 6 years ago

i try ,npm remove keytar, npm install keytar ,Still wrong App threw an error during load Error: Cannot open D:\Microsoft VS Code\workspace\StarCabinet-master\node_modules\keytar\build\Release\keytar.node: Error: A dynamic link library (DLL) initialization routine failed.

system win10

thundernet8 commented 6 years ago

@etgundam53 which version of node do you have?

delete node_modules folder and reinstall packages run npm install after this , then try

./node_modules/.bin/electron-rebuild

# On Windows if you have trouble, try:
.\node_modules\.bin\electron-rebuild.cmd
thundernet8 commented 6 years ago

Feel free to reopen it if needed

MichalJakubeczy commented 5 years ago

For me (Windows) following worked: