简体   繁体   English

Windows上的流星铁路由器

[英]Iron Router for Meteor On Windows

Whenever I try to install Iron:Router on Windows it does not seem to work, and it tells me that there is no such package ! 每当我尝试在Windows上安装Iron:Router时,它似乎都无法工作,并且它告诉我没有这样的软件包! Also is there any way I can get meteorite to work on windows ? 还有什么办法可以让陨石在Windows上工作?

Run meteor add iron:router . 运行meteor add iron:router

Meteorite is for old versions of Meteor. 陨石适用于旧版本的陨石。

Meteorite is deprecated. 陨石已弃用。 Adding packages is built into meteor by default now. 现在默认情况下,流星内置了添加包的功能。 Use https://atmospherejs.com/ as it is the preferred and easiest way to utilize packages in meteor. 使用https://atmospherejs.com/,因为它是在流星中利用软件包的首选且最简单的方法。 To add a package open your command line and type: 要添加软件包,请打开命令行并输入:

meteor add author:title

Adding iron router would look like: 添加铁路由器看起来像:

meteor add iron:router

The author is iron and the package title is router 作者是iron ,包装名称是router

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM