שגיאה בעת התקנת electron.js
-
דרך npm
הבו פתרונים!PS D:\code\electron\test1> npm install --save-dev electron electron@1.8.2 postinstall D:\code\electron\test1\node_modules\electron node install.js Downloading electron-v1.8.2-win32-x64.zip Error: unable to verify the first certificate D:\code\electron\test1\node_modules\electron\install.js:47 throw err ^ Error: unable to verify the first certificate at Error (native) at TLSSocket.<anonymous> (_tls_wrap.js:1060:38) at emitNone (events.js:86:13) at TLSSocket.emit (events.js:185:7) at TLSSocket._finishInit (_tls_wrap.js:584:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:416:38) npm WARN enoent ENOENT: no such file or directory, open 'D:\code\electron\test1\package.json' npm WARN test1 No description npm WARN test1 No repository field. npm WARN test1 No README data npm WARN test1 No license field. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! electron@1.8.2 postinstall: node install.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the electron@1.8.2 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
-
@מנצפך אמר בשגיאה בעת התקנת electron.js:
electron
נטפרי?
תעודת אבטחה
http://netfree.link/wiki/התקנת_תעודה_ב_npm -
תבטל כל מה שעשית.
ותתקין את זה.
http://netfree.link/pc/windows/CertInstaller.exe
זה אמור לסדר את העסק.
אצלי בדקתי וזה עובד. -
@magicode לא הולך.
עשיתי npm install electron
וזו התוצאה (לאחר התקנת תוכנת התעודה):
PS D:\code\electron\test1> npm install electronelectron@1.8.2 postinstall D:\code\electron\test1\node_modules\electron
node install.jsDownloading electron-v1.8.2-win32-x64.zip
Error: unable to verify the first certificate
D:\code\electron\test1\node_modules\electron\install.js:47
throw err
^Error: unable to verify the first certificate
at Error (native)
at TLSSocket.<anonymous> (_tls_wrap.js:1060:38)
at emitNone (events.js:86:13)
at TLSSocket.emit (events.js:185:7)
at TLSSocket._finishInit (_tls_wrap.js:584:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:416:38)
npm WARN test1@1.0.0 No description
npm WARN test1@1.0.0 No repository field.npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron@1.8.2 postinstall:node install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the electron@1.8.2 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
-
@מנצפך אמר בשגיאה בעת התקנת electron.js:
v6.3.0
תעדכן לגירסת 6 האחרונה.
https://nodejs.org/download/release/latest-v6.x/ -
תודה @magicode זה כבר יותר טוב.
עבדתי לפי ההוראות הללו:
https://electronjs.org/docs/tutorial/quick-start
אני מקבל שגיאה:TypeError: Cannot read property 'on' of undefined
at Object.<anonymous> (D:\code\electron\test1\main.js:36:5)אשמח אם מישהו יריץ את הקוד שם ויראה אם עובד.