我在安装NativeScript时刚收到Z_BUF_ERROR。我做谷歌但没有运气。
环境:
- Windows 10 Enterprise 1703 64位
- NodeJS v6.11.2
- npm v5.3.0
命令:
- npm install -g nativescript
错误日志:
- 0信息,如果它以ok结束
- 1 verbose cli ['C:\ Program Files \ nodejs \ node.exe',
- 1 verbose cli'C:\ Users \ Hui \ AppData \ Roaming \ npm \ node_modules \ npm \ bin \ npm-cli.js',
- 1 verbose cli'install',
- 1 verbose cli'-g',
- 1 verbose cli'nativescript']
- 2 info使用npm@5.3.0
- 3 info使用node@v6.11.2
- 4 verbose npm-session 4454628f9775be96
- 5傻安装loadCurrentTree
- 6傻安装readGlobalPackageData
- 7次获取GET 200 https://registry.npmjs.org/nativescript 1244毫秒
- 8次获取GET 200 https://registry.npmjs.org/nativescript/-/nativescript-3.1.3.tgz 23ms(来自缓存)
- 对于nativescript @最新意外的文件结尾,愚蠢的fetchPackageMetaData错误
- 10详细堆栈错误:意外的文件结尾
- Zlib._handle.onerror上的10个详细堆栈(zlib.js:370:17)
- 11 verbose cwd D:\ Dev \ Workspace \ Local \ Angular
- 12详细的Windows_NT 10.0.15063
13 verbose argv“C:\ Program Files \ nodejs \ node.exe” - “C:\ Users \ Hui \ AppData \ Roaming \ npm \ node_modules \ npm \ bin \ npm-cli.js”“install”“ - g” “nativescript”
- 14详细节点v6.11.2
- 15 verbose npm v5.3.0
- 16错误代码Z_BUF_ERROR
- 17错误错误-5
- 18错误意外结束文件
- 19详细退出[-5,true]
我们将不胜感激。
1 个答案:
答案 0 :(得分:0)
尝试使用此方法清除缓存
npm cache clean --force