Meteor 在哪里存储包

Where does Meteor stores packages

这个问题已被问到 before, but I still can't understand. I added materialize 我的项目,想看看它的 css 文件。但是找不到。

提前致谢!

Atmosphere 包在客户端上的存储方式略有不同。他们不像 NPM 包那样有单独的 js/css/etc 文件。查看您的 .meteor\local\bundler-cache\linker 目录,您会发现很多 .cache 文件,它们基本上代表了整个包。

改为查看他们的 GitHub 页面:https://github.com/Dogfalo/materialize