zoukankan      html  css  js  c++  java
  • npm 更新至最新版本

    有时npm版本低了,一些操作有问题,要更新成最新。

    官网中:  https://www.npmjs.com/get-npm     先查看对应的 node 版本 和 npm版本

     Check that you have node and npm installed

    To check if you have Node.js installed, run this command in your terminal:

    node -v

    To confirm that you have npm installed you can run this command in your terminal:

    npm -v

    npm versions

    npm is a separate project from Node.js, and tends to update more frequently. As a result, even if you’ve just downloaded Node.js (and therefore npm), you’ll probably need to update your npm. Luckily, npm knows how to update itself! To update your npm, type this into your terminal:

    npm install npm@latest -g


    更新到npm 最新版本
  • 相关阅读:
    Pull Request
    选择器
    常见HTTP状态码
    286. Walls and Gates
    200. Number of Islands
    1. Two Sum
    名片管理系统(python实现)
    k近邻算法(简单版)
    基数排序
    递归算法的调试
  • 原文地址:https://www.cnblogs.com/jshare/p/6913980.html
Copyright © 2011-2022 走看看