zoukankan      html  css  js  c++  java
  • nvm安装node的问题

    Cannot find module 'C: vm-window vm odejs ode_modules pmin pm-cli.js

    解决:参考overflow

    overflow:https://stackoverflow.com/questions/24721903/npm-cli-js-not-found-when-running-npm/49100137#49100137

    $ nvm uninstall 10.0.0
    Uninstalling node v10.0.0...Error removing node v10.0.0
    Manually remove C: vm-window vm vmv10.0.0.

    Administrator@USER-20160930VO MINGW64 /f/GitHub/reactjs (master)
    $ nvm list

    10.0.0
    8.1.3

    Administrator@USER-20160930VO MINGW64 /f/GitHub/reactjs (master)
    $ nvm install 10.0.0
    Version 10.0.0 is already installed.

    Administrator@USER-20160930VO MINGW64 /f/GitHub/reactjs (master)
    $ nvm install 10.0.0
    Downloading node.js version 10.0.0 (64-bit)...
    Complete
    Creating C: vm-window vm vm emp

    Downloading npm version 5.6.0... Complete
    Installing npm v5.6.0...

    Installation complete. If you want to use this version, type

    nvm use 10.0.0

  • 相关阅读:
    求某个数的位数公式
    ArrayList和lInkedList比较
    队列
    抽象数据结构-栈
    LinkedList的实现
    ArrayList的实现
    Iterator和List的一些问题
    SCHEMA约束
    DTD约束
    XML解析
  • 原文地址:https://www.cnblogs.com/doing123/p/8982901.html
Copyright © 2011-2022 走看看