问题
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