有什么方法可以修改这个构建包吗?
https://github.com/oortcloud/heroku-buildpack-meteorite
安装此npm
https://github.com/abh/node-stripe
它在开发中工作得很好,但我不知道如何在Heroku上安装和需要它
我要求它使用
__meteor_bootstrap__.require('stripe')(api_key)发布于 2014-02-14 00:26:00
使用npm依赖项在meteor项目中创建一个package.json (对于您来说是node-stripe)。
看看这个项目https://github.com/matb33/heroku-meteor-npm也许它会帮助你..
https://stackoverflow.com/questions/15424534
复制相似问题