使用Aurelia进行演示 - 无法安装jspm

时间:2016-10-27 19:09:14

标签: aurelia

我关注此链接https://github.com/rmourato/Mvc5-Aurelia

enter image description here

我无法安装jspm并运行项目

我已经安装了nodejs

任何人都可以帮我这个。

1 个答案:

答案 0 :(得分:0)

在nodejs(安装npm)旁边,您还需要安装 gulp jspm

因此,请转到Mvc5-Aurelia / Aurelia目录并运行:

npm install
npm install -g gulp
npm install -g jspm

此处有更多详细信息:运行应用

下的https://github.com/rmourato/Mvc5-Aurelia/tree/master/Mvc5-Aurelia/Aurelia

之后,您可以运行gulp watch