Skip to main content

VUE JS INSTALLATION



  • PROBLEM / ERROR

npm WARN invalid config registry=""
npm WARN invalid config Must be a full url with 'http://'
npm WARN invalid config registry=""
npm WARN invalid config Must be a full url with 'http://'

  • SOLUTION / FIX

I resolve this problem by running the following command on dos / command line

npm config rm proxy
npm config rm https-proxy







 

Comments


  1. 0 - Vue App ;
    1 - Vue Forms ( V-Bind, V-Modle );
    2 - Vuex Store & Modues ;
    3 - Vue 3 ref Vs reactive ; https://youtu.be/cRwG96MOHp0

    ReplyDelete

Post a Comment