This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 296
APM is unable to install with scoped packages #702
Labels
Comments
1 task
FYI this can also be reproduced IIRC by:
the clean call gets stuck in loops trying to clean scoped packages. |
I wish I could physically punch |
Alhadis
added a commit
to Alhadis/Utils
that referenced
this issue
Mar 21, 2017
Alhadis
added a commit
to file-icons/atom-fs
that referenced
this issue
Mar 21, 2017
Alhadis
added a commit
to file-icons/atom
that referenced
this issue
Mar 21, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Description
We are using the build script provided by Atom (https://raw.githubusercontent.com/atom/ci/master/build-package.sh) which should be installing our packages. Since our Atom package is built with Typescript, we have to first compile the code before we can start the actual tests. This requires installation of our packages with NPM/Yarn.
If APM is then invoked to install packages, it gets into an endless loop trying to remove and install scoped packages: https://travis-ci.org/Polymer/atom-plugin/builds/211494054#L234
Steps to Reproduce
npm install
on an Atom package with a scoped package (for example@types/atom
)Expected behavior: Installation continues
Actual behavior: Endless loop trying to remove scoped packages during installation
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: