Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

npm Debug package override not applying #1058

Open
ben657 opened this issue Sep 4, 2017 · 3 comments
Open

npm Debug package override not applying #1058

ben657 opened this issue Sep 4, 2017 · 3 comments

Comments

@ben657
Copy link
Contributor

ben657 commented Sep 4, 2017

Installing npm:debug@^2.6.0 isn't pulling the override from npm/[email protected] into my package.json. Doesn't seem to be anything wrong with the override file, not sure what would be wrong on my end though.

@aluanhaddad
Copy link
Collaborator

aluanhaddad commented Sep 5, 2017

Try

$ jspm install npm:debug@^2.6.0 --force --override

Let me know if that resolves the issue. I tried with a new project and it works as expected.

@ben657
Copy link
Contributor Author

ben657 commented Sep 11, 2017

Using that force does work fine, odd that it wouldn't work in the first place though right?

@aluanhaddad
Copy link
Collaborator

aluanhaddad commented Sep 11, 2017

Yes, that is odd, but you may have had an existing override.

It should not be necessary in general but it may have been cached incorrectly (for example by on older version of JSPM). This does happen from time to time and is clearly undesirable. It is not related to this specific package or to the registry I would think.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants