Missing packages folder and smart.json file in Meteor.js 0.9

旧时模样 提交于 2020-01-06 03:05:41

问题


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.


回答1:


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

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)



来源:https://stackoverflow.com/questions/25545934/missing-packages-folder-and-smart-json-file-in-meteor-js-0-9

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!