尝试使用 SASS + Compass Foundation 3 启动并运行我的应用程序并且遇到问题,我已经更新到 cedar 堆栈上的 node.js buildpack。我收到警告:在 package.json 中没有指定 Node.js 的版本,但是我正在指定一个版本。我不确定这是否是因为我现在在我的仓库中有一个 Gemfile 和一个 Compass 的 config.rb 文件,但一切都在本地运行良好。
{
"name": "Name",
"version": "1.0.1",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "2.4.3",
"jade": "*",
"mailchimp": "*" ,
}
}