nvm-windows编译源码 go遇到的问题
异常:
Microsoft Windows [Version 10.0.17134.1006]
(c) Microsoft Corporation. All rights reserved. C:\Users\Administrator>go version
go version go1. windows/amd64 C:\Users\Administrator>cd c:\another\nvm-windows\nvm-windows-master c:\another\nvm-windows\nvm-windows-master>build
Building nvm.exe
src\nvm\node\node.go::: cannot find package "github.com/blang/semver" in any of:
c:\go\src\github.com\blang\semver (from $GOROOT)
C:\Users\Administrator\go\src\github.com\blang\semver (from $GOPATH)
src\nvm.go::: cannot find package "github.com/olekukonko/tablewriter" in any of:
c:\go\src\github.com\olekukonko\tablewriter (from $GOROOT)
C:\Users\Administrator\go\src\github.com\olekukonko\tablewriter (from $GOPATH)
The system cannot find the file specified.
The system cannot find the path specified.
'c:\another\nvm-windows\nvm-windows-master\bin\nvm.exe' is not recognized as an internal or external command,
operable program or batch file.
nvm.exe v built.
Clearing old build in c:\another\nvm-windows\nvm-windows-master\dist\
This version of c:\another\nvm-windows\nvm-windows-master\buildtools\zip.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
This version of c:\another\nvm-windows\nvm-windows-master\buildtools\iscc.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
This version of c:\another\nvm-windows\nvm-windows-master\buildtools\zip.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
Could Not Find c:\another\nvm-windows\nvm-windows-master\bin\nvm.exe
NVM for Windows v build completed. c:\another\nvm-windows\nvm-windows-master>
c:\another\nvm-windows\nvm-windows-master>
c:\another\nvm-windows\nvm-windows-master>
c:\another\nvm-windows\nvm-windows-master>go get github.com/blang/semver c:\another\nvm-windows\nvm-windows-master>cd c:\Go c:\Go>go get github.com/blang/semver c:\Go>cd c:\another\nvm-windows\nvm-windows-master c:\another\nvm-windows\nvm-windows-master>build
Building nvm.exe
src\nvm.go::: cannot find package "github.com/olekukonko/tablewriter" in any of:
c:\go\src\github.com\olekukonko\tablewriter (from $GOROOT)
C:\Users\Administrator\go\src\github.com\olekukonko\tablewriter (from $GOPATH)
The system cannot find the file specified.
The system cannot find the path specified.
'c:\another\nvm-windows\nvm-windows-master\bin\nvm.exe' is not recognized as an internal or external command,
operable program or batch file.
nvm.exe v built.
Clearing old build in c:\another\nvm-windows\nvm-windows-master\dist\
This version of c:\another\nvm-windows\nvm-windows-master\buildtools\zip.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
This version of c:\another\nvm-windows\nvm-windows-master\buildtools\iscc.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
This version of c:\another\nvm-windows\nvm-windows-master\buildtools\zip.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
Could Not Find c:\another\nvm-windows\nvm-windows-master\bin\nvm.exe
NVM for Windows v build completed. c:\another\nvm-windows\nvm-windows-master>cd c:\Go c:\Go>go get github.com/olekukonko/tablewriter c:\Go>cd c:\another\nvm-windows\nvm-windows-master c:\another\nvm-windows\nvm-windows-master>build
Building nvm.exe
file(s) moved.
The system cannot find the path specified.
nvm.exe vERROR built.
This version of c:\another\nvm-windows\nvm-windows-master\buildtools\zip.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
This version of c:\another\nvm-windows\nvm-windows-master\buildtools\iscc.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
This version of c:\another\nvm-windows\nvm-windows-master\buildtools\zip.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
NVM for Windows vERROR build completed. c:\another\nvm-windows\nvm-windows-master>
第一个异常:
Building nvm.exe
src\nvm\node\node.go::: cannot find package "github.com/blang/semver" in any of:
c:\go\src\github.com\blang\semver (from $GOROOT)
C:\Users\Administrator\go\src\github.com\blang\semver (from $GOPATH)
解决:
c:\Go>go get github.com/blang/semver
第二个异常:
Building nvm.exe
src\nvm.go::: cannot find package "github.com/olekukonko/tablewriter" in any of:
c:\go\src\github.com\olekukonko\tablewriter (from $GOROOT)
C:\Users\Administrator\go\src\github.com\olekukonko\tablewriter (from $GOPATH)
解决:
c:\Go>go get github.com/olekukonko/tablewriter

nvmp修改配置文件settings.txt 采坑https://www.cnblogs.com/shanefe/p/7859539.html
配置镜像不然速度太慢
node_mirror: http://npm.taobao.org/mirrors/node/
npm_mirror: https://npm.taobao.org/mirrors/npm/
nvm-windows编译源码 go遇到的问题的更多相关文章
- 【流媒体开发】VLC Media Player - Android 平台源码编译 与 二次开发详解 (提供详细800M下载好的编译源码及eclipse可调试播放器源码下载)
作者 : 韩曙亮 博客地址 : http://blog.csdn.net/shulianghan/article/details/42707293 转载请注明出处 : http://blog.csd ...
- 通过清华大学镜像下载Android源码并编译源码
之前看源码都是在Windows下用SourceInsight看,虽然达到了研究源码的效果,但终究还是有遗憾...趁着周末,准备在Ubuntu虚拟机上下载编译源码. 之前下源码时,有了解一些Androi ...
- LINUX下编译源码时所需提前安装的常用依赖包列表
yum -y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-deve ...
- Ubuntu编译源码程序依赖查找方法
ubuntu平时编译源码程序的时候会提示缺少相关的库或是头文件,可以按照以下两种方法进行查找,然后再安装相应的软件包. 1.使用apt-file查找头文件 安装apt-file sudo apt-ge ...
- ubuntu配置android开发环境和编译源码遇到的一些问题
---------------------------------------------环境变量设置--------------------------------------------- 1.设 ...
- Centos7服务器中通过编译源码安装MySQL
基于在Centos7服务器上使用 yum 安装MySQL5.7到默认路径 在修改文件存储位置的时候,折腾了一番没有将成功将datadir修改为我想要的位置 我决定再尝试一下通过编译源码来自定义安装: ...
- Ubuntu下Ruby的下载和编译源码安装
1.Ruby的下载 Ruby可以在Ruby 官网上下载,如果想获取更多的Ruby版本,可以到淘宝镜像网站下载. 2.Ruby的编译源码安装 解压 首先把下载下来的源码压缩包解压到自己指定的目录 编译安 ...
- CentOS 编译源码安装MySQL-5.6.16
mysql5.6.16的安装和之前的5.5.5.1有些不同,编译的时候不再使用./configure来进行了,使用了cmake命令来进行编译项目. 1.准备编译环境 yum -y installmak ...
- Hadoop编译源码
Hadoop编译源码 克隆一个虚拟机 然后一步一步安装就行 安装所需:链接: https://pan.baidu.com/s/1jIZlQmi 密码: gggv 5.1 前期准备工作 1)CentOS ...
- win10下通过编译源码方式在chrome中成功安装react-devtools开发工具插件
win10下通过编译源码方式在chrome中成功安装react-devtools开发工具插件 1.去git上下载react-devtools文件到本地,https://github.com/fac ...
随机推荐
- 七、latex中的插图
- Java web项目搭建系列之二 Jetty下运行项目
在项目pom.xml文件中添加Jetty运行配置 在pom.xml文件project节点下插入如下代码: <build> <plugins> <plugin> &l ...
- 判断是否是iframe框架打开登录页, iframe框架着顶部页面刷新
if (window != top) top.location.href = location.href;
- 10年前文章_ vi编辑器查找与替换方法
vi编辑器查找与替换方法1.查找:/ 当前行往下找:? 当前行往上找找到后继续查找同方向 n反方向 N2.替换格式: range s/source/target/g解释:range表示要搜索的范围 & ...
- 带加载进度的Web图片懒加载组件Lazyload
在Web项目中,大量的图片应用会导致页面加载时间过长,浪费不必要的带宽成本,还会影响用户浏览体验. Lazyload 是一个文件大小仅4kb的图片懒加载组件(不依赖其它第三方库),组件会根据用户当前浏 ...
- 前端之JavaScript:JS之DOM对象一
js之DOM对象一 一.什么是HTML DOM HTML Document Object Model(文档对象模型) HTML DOM 定义了访问和操作HTML文档的标准方法 HTML DOM 把 ...
- 阅读《Effective Java》每条tips的理解和总结(2)(持续更新)
15. 使类和成员的可访问性最小化 一个好用的类的属性必须要隐藏起来,干净的将它与类的api分离开来,类之间只通过api相互使用,降低他们之间的耦合性.为了做到这一点,建议根据情况选择尽可能低的访问级 ...
- Qt 打包release发布问题
除了使用depens查看exe依赖的dll,本文使用qt5.13自带的打包工具windeployqt.exe tips: demo.exe(x86) :C:\Qt\Qt5.12.3\5.12.3\ms ...
- 使用LVM快照进行数据库备份
使用mysqldump备份时,如果存储引擎为MyISAM,则只能实现温备份,并需使用选项--lock-all-tables锁定所有表.如果存储引擎为InnoDB,则加上--single-transac ...
- vue组件样式scoped
1.vue组件中的样式如果没加scrped,样式代表的是全局样式(避免组件之间样式的冲突).加了属性代表是模块化的. 其他组件引用button组件 上面分析了单个组件渲染后的结果,那么组件互相调用之后 ...