Cannot install with JSPM: no version match
See original GitHub issueWhen 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:
- Created 6 years ago
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Mine is an older legacy project which I would want to avoid rewriting using webpack if possible.
Personally, I am not using JSPM anymore. Only NPM, and WebPack.