question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install with JSPM: no version match

See original GitHub issue

When I am installing it with JSPM:

jspm install @agm/core=npm:@agm/core

I get this error:

err Installing npm:@agm/core@1.0.0-beta.1, no version match for npm:@angular/common@^4.0.0 || ^2.0.0

The latest, and in my JSPM the configuration for Angular looks like this:

map: {
    "@angular/common": "npm:@angular/common@4.3.6",
    "@angular/compiler": "npm:@angular/compiler@4.3.6",
    "@angular/core": "npm:@angular/core@4.3.6",
    "@angular/forms": "npm:@angular/forms@4.3.6",
    "@angular/http": "npm:@angular/http@4.3.6"
}

I am not sure where else to look. Thanks for your help 😃

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
bccorecommented, Jan 9, 2018

Mine is an older legacy project which I would want to avoid rewriting using webpack if possible.

1reaction
jordymeowcommented, Jan 9, 2018

Personally, I am not using JSPM anymore. Only NPM, and WebPack.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install with JSPM: no version match #1133 - GitHub
When I am installing it with JSPM: jspm install @agm/core=npm:@agm/core I get this error: err Installing npm:@agm/core@1.0.0-beta.1, no ...
Read more >
jspm/jspm - Gitter
I believe that means its misinterpreting the CSS folder as the plugin itself correct? JSPM version 0.16.7 beta , Clean CSS is at...
Read more >
JSPM doesn't load dependencies as expected - Stack Overflow
When you install a package through jspm it queries the jspm-registry to check if there is a defined alias or override for that...
Read more >
JSPM Error | SAP Community
I have Installed EP 7.0 SP 9 and I'm trying to upgrade to SP11 by JSPM, but I'm getting an error with the...
Read more >
Installing Packages - JSPM
Commit-based installs are not supported for the GitHub registry currently. Install a version range with -. Semver compatibility range: jspm install jquery@^2.1.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found