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 ...
随机推荐
- 自定义UICollectionLayout
#import "AppDelegate.h"#import "CircleLayout.h"#import "CollectionViewDataS ...
- Linux下用命令查看CPU ID以及厂家等信息
Linux下用命令查看CPU ID // 获得CPU IDdmidecode -t 4 | grep ID |sort -u |awk -F': ' '{print $2}' // 获得磁盘IDfdi ...
- 长沙理工大学第十二届ACM大赛-重现赛 D 小M和天平 (01背包)
链接:https://ac.nowcoder.com/acm/contest/1/D 来源:牛客网 小M和天平 时间限制:C/C++ 2秒,其他语言4秒 空间限制:C/C++ 131072K,其他语言 ...
- 为什么我选择用 flutter
1. flutter 生成的是机器代码,他既不是 hybrid 也不是transpiler, 因此有很高的执行效率. 2. declarative ui,这不是什么新的概念,在 react vue ...
- Comet OJ - 模拟赛 #2 Day1 比赛总结
比赛情况 40 + 60 + 0 = 100pts 哎,T1做错了,没有对拍.如果发现错误 \(=>\) 改正 \(=>\) 40->100pts,160pts \(=>\) ...
- MySQL导出和导入
MySQL的几句脚本 最近做了几次mysql的备份和恢复, 找了一些资料, 写了一些脚本, 记录一下. #导出 mysqldump $_login_info_ $_src_db_name_ --no- ...
- py-R-FCN的caffe配置(转)
参考:https://blog.csdn.net/wei_guo_xd/article/details/74451443 下载程序,git clone https://github.com/Orpin ...
- vue addRoutes路由动态加载
需求:增加权限控制,实现不同角色显示不同的路由导航 思路:每次登陆后请求接口返回当前角色路由 核心方法:vue-router2.2.0的addRoutes方法 + vuex 以下是我实现的获取菜单路由 ...
- 洛谷p3956 棋盘(NOIP2017 t3)
在noip考场上本来以为只能骗暴力分,没想到最后A了: 本蒟蒻的做法比较简(zhi)单(zhang):记忆化深搜(考场上本来是想打广搜的,但我深搜稳一点就这样打了): 具体:每个点用一个f数组记录当前 ...
- c++复习——类(2)
1.this指针 this指针是一个指向对象的指针. this指针是一个隐含于成员函数中的对象指针. this指针是一个指向正在调用成员函数的对象的指针. 类的静态成员函数没有this指针 ...