-
Notifications
You must be signed in to change notification settings - Fork 296
Can't install themes or plugins. #791
Comments
Thanks for the report @bluebelles27 - do you have any anti-virus running on your computer? If so, can you temporarily disable and try again? Also, are you on a home network or a corporate/university network? |
The only anti-virus I have on this computer is Windows Defender. I disabled it and tried again but had the same results. I am on a home network. I also just tried to replicate the issue on a different computer on the same network and was able to install themes and packages on the other computer. |
I have a similar issue on Arch Linux, latest versions of everything.
From the log file:
OS: Linux 4.15.12-1-ARCH x86_64 GNU/Linux Output from
|
It looks like you installed Atom from Try installing Atom from the tarball on https://atom.io/releases. From the apm install output you're using npm v6, which seems to be afflicted by this issue: npm/npm#19989 But Atom normally uses npm v3! e.g. on my Mac:
|
@bluebelles27 commented on May 12, 2018, 8:08 PM UTC:
Prerequisites
Description
I just downloaded Atom the other day and am trying to customize it. When I try to install a theme or plugin through Atom or the command line the installation always fails. I have added apm to the path variable. I was able to install some stuff that was featured by typing in apm featured install (12 packages installed). But when I typed in apm install material, for example, I get a failure. This is what the failure message lookslike
Steps to Reproduce
Expected behavior: Package or theme to be installed
Actual behavior: Error message such as the one shown below.
Reproduces how often: Every time
Versions
C:\Users\erink>apm --version
apm 1.19.0
npm 3.10.10
node 6.9.5 x64
atom 1.26.1
python
git 2.16.1.windows.4
visual studio
Running Windows 10
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
This issue was moved by rsese from atom/atom/issues/17313.
The text was updated successfully, but these errors were encountered: