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 ...
随机推荐
- MySQL使用explain时各字段解释
1.id select查询的序列号,包含一组数字,表示查询中执行select子句或操作表的顺序 三种情况: (1)id相同,执行顺序由上至下 id相同,执行顺序由上至下 此例中 先执行where 后的 ...
- 牛客练习赛14 E - 无向图中的最短距离 (bfs+bitset)
一个链接:https://ac.nowcoder.com/acm/contest/82/E来源:牛客网 无向图中的最短距离 时间限制:C/C++ 2秒,其他语言4秒 空间限制:C/C++ 262144 ...
- 10年前文章_ vi编辑器查找与替换方法
vi编辑器查找与替换方法1.查找:/ 当前行往下找:? 当前行往上找找到后继续查找同方向 n反方向 N2.替换格式: range s/source/target/g解释:range表示要搜索的范围 & ...
- fhq_treap || BZOJ1861: [Zjoi2006]Book 书架 || Luogu P2596 [ZJOI2006]书架
题面:P2596 [ZJOI2006]书架 题解:记录每本书对应的节点编号 普通fhq_treap无法查询一个权值的排名,所以在普通fhq_treap上多记录每个节点的父亲(可加在pushup函数中) ...
- 通过METAMASK调试和发布智能合约指南(转载)
2017-12-07 芯链团队 小明微思考 原文地址:https://mp.weixin.qq.com/s?__biz=MzA4Mzk2MzUzNg==&mid=2651223347& ...
- [apache spark]洞见纽约车辆事故|bluemix|apache spark
今天,我们用spark 来分析 下一纽约市车辆事故的大数据. 前提条件: 1.有bluemix 帐号,并并在bluemix的dashboard里创建了一个sparck instance. 2.稳定可以 ...
- php-fpm参数优化
php-fpm参数优化 2013-11-18 Posted by yeho php-fpm进程设置多少合适,设成动态还是静态? <lnmp一键安装包>中会根据你服务器内存调整php-fpm ...
- css图标与文字对齐实现方法
1.移动端(安卓设备.ios设备)图标文字垂直居中对齐的最佳常用解决方案是采用弹性盒子布局,可以快捷有效实现子元素未知高度绝对垂直居中对齐.PC端考虑到兼容性的问题,一般不推荐使用弹性盒子,依旧只能采 ...
- App 区别
本文的结构主要分为以下部分: 1.app的分类 2.每类app的定义,明确各类app具体是什么 3.各类app的优缺点 4.具体开发过程中,到底该采用哪种类型的app 1.app的分类 大致可以分为这 ...
- 【NOIP2016提高A组模拟8.14】传送带
题目 在一个2维平面上有两条传送带,每一条传送带可以看成是一条线段.两条传送带分别为线段AB和线段CD.FTD在AB上的移动速度为P,在CD上的移动速度为Q,在平面上的移动速度R.现在FTD想从A点走 ...