Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ### ERROR : `npm ERR! code SELF_SIGNED_CERT_IN_CHAIN`
  2.  
  3. ```
  4. npm config set strict-ssl false
  5. ```
  6.  
  7. ```
  8. npm config set strict-ssl true
  9. ```
  10.  
  11. ---
  12.  
  13. ### ERROR : `npm ERR! asyncWrite is not a function`
  14.  
  15. Check ths node version.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement