Installation of certificate in npm: הבדלים בין גרסאות בדף

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
({{קישור לתצוגת קריאה}})
שורה 1: שורה 1:
<div lang="en" dir="ltr" class="mw-content-ltr">
+
{{עמוד בעברית|התקנת תעודה ב-npm}}
<div lang="he" dir="rtl">
+
 
לעברית [[התקנת תעודה ב npm|לחצו כאן]]
+
<div lang="en" dir="ltr">
</div>
 
  
 
{{קישור אנגלית לתצוגת קריאה}}
 
{{קישור אנגלית לתצוגת קריאה}}
  
<small>
+
{{Navigation|Security certificate}}
''[[NetFriends |Home page]]'' > ''[[Security certificate]]'' > ''Installation of certificate in npm''
 
</small>
 
  
 
=== Preferred option ===
 
=== Preferred option ===

גרסה מ־14:29, 9 בינואר 2019

לעברית לחצו כאן


To switch from edit view to read view

To search in the Wiki


Home page > Security certificate > Installation of certificate in npm ‎‎


Preferred option

Installation of certificate in all Node products

Second option

Download the certificate of your Provider of NetFree from here. http://netfree.link/netfree-ca.crt Save it on your computer where ypu want. (Ex: C:\netfree-ca.crt )


Then run the next command. Of course you should put the correct folder of the certificate in this place netfree-ca.crt


npm config set cafile "netfree-ca.crt"


It should work now.


To uninstall the certificate run this command. .
npm config delete cafile 

Good luck.

Third option

You can disable the need for Security certificate, by setting npm to use with the http protocol.

Run the following command:

npm config set registry http://registry.npmjs.org 


External links

Home page of npm