Meteor.js 0.9中缺少包文件夹和smart.json文件

问题描述:

这可能是一个愚蠢的问题,但是我升级了meteor.js to meteor 0.9,现在,当我添加软件包时,在项目根目录中没有看到/packages foldersmart.json文件.如何获取下载的软件包的源代码.谢谢.

It may be a dumb question but I upgraded meteor.js to meteor 0.9 and now, when I add packages, I do not see /packages folder or smart.json file in the root of my project. How can I reach to the source code of the downloaded packages. Thank you.

下载的软件包的源代码处于半编译状态,与github上的内容完全不同.

The source code of the downloaded packages is in a semi compiled state, nothing like what you would find on github.

要访问这些内容,请查看~/.meteor/packages.您会以新的符号找到它们,例如iron:router,您会看到iron/router(如果使用:,则取决于您的操作系统)

To access these have a look at ~/.meteor/packages. You would find them with the new notation e.g for iron:router you would see iron/router instead (depends on your OS if : is used instead)