SystemJS (Aurelia with jspm) fails to load “aurelia-pal-browser” from jspm_packages folder

后端 未结 1 426
一向
一向 2021-01-05 05:22

I\'ve followed the instructions at https://www.danylkoweb.com/Blog/getting-started-with-aurelia-in-aspnet-mvc-EH, step 3-5 to install Aurelia in to my asp.net mvc core app (

相关标签:
1条回答
  • 2021-01-05 06:06

    I did not read your linked article, but what you may try is install aurelia-pal-browser@1.1.0 as a dependency as well so it is explicitly listed in your package.json and your config.js.

    Simply execute the following on the cmd line:

    jspm install npm:aurelia-pal-browser
    
    0 讨论(0)
提交回复
热议问题