在 Atom 中安装包时如何解决错误
How to solve the error while installing packages in Atom
每当我尝试在 atom 中安装一个包时,都会出现下面提到的错误
**
Installing “platformio-ide-terminal@2.10.1” failed.Hide output…
npm ERR! code Z_BUF_ERROR
npm ERR! errno -5
npm ERR! zlib: unexpected end of file
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\A.atom.apm_logs21-02-07T09_09_47_927Z-debug.log
**
请帮我解决这个问题。
This is the visuals of the error
- 关闭所有原子windows。
- 将 /username 文件夹中的 ~/.atom 目录重命名为其他名称或直接删除它。
- 重启 Atom。
- 现在尝试安装包。
每当我尝试在 atom 中安装一个包时,都会出现下面提到的错误
**
Installing “platformio-ide-terminal@2.10.1” failed.Hide output… npm ERR! code Z_BUF_ERROR npm ERR! errno -5 npm ERR! zlib: unexpected end of file npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\A.atom.apm_logs21-02-07T09_09_47_927Z-debug.log **
请帮我解决这个问题。
This is the visuals of the error
- 关闭所有原子windows。
- 将 /username 文件夹中的 ~/.atom 目录重命名为其他名称或直接删除它。
- 重启 Atom。
- 现在尝试安装包。