Angular 隨記

  • Windows下更新Node 和NPM方法
    • 管理員模式打開powershell
    • 執行以下命令:
      Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
      npm install -g npm-windows-upgrade
      npm-windows-upgrade
原文地址:https://www.cnblogs.com/ywkpl/p/7352147.html