English 中文(简体)
Heroku - Find Node.js 延期版本
原标题:Heroku - Find Node.js extension version intalled

我有一线 no子。 我用一些附属物来 no子,我需要知道安装了哪一种pg node.js分机。

我的一揽子文件就是这样:

{
  "name":        "myapp",
  "version":     "0.0.1",
  "dependencies": {
    "ejs": "0.4.3",
    "express": "2.4.6",
    "socket.io": "0.8.4",
    "pg": ">=0.0.1" 
  }
}

问题是,在我想要使用的纸浆中有一个新特点,我不敢确定最新版本是否正在建立。

增 编

最佳回答

我认为,最好具体说明最后版本,而不是“>=0.0.1”(摘自“pg”:“0.6.6”),这样你就可以确保最新版本的安装。

问题回答

暂无回答




相关问题
Packaging precompiled binaries inside of a gem

I ve got a ruby web app that uses lilypond to generate sheet music based on user input. I d like to move the hosting to heroku (I ve recently used heroku on a few projects and really liked it, plus ...

ActiveScaffold on Heroku s read-only file system?

ActiveScaffold apparently creates public/blank.html every time the server starts, even if that file already exists (so adding it to version control doesn t help). This is causing my application to ...

git push heroku master permission denied on VISTA

(Using Vista)I m trying to clone an app from my GitHub Repository and push it into Heroku. Okay, so I ve tried to create an SSH key so many times with this: `ssh-keygen -t rsa` It seems to go ...

SSH Public key denied on "git clone" command

I am trying to clone a git repo that I forked in my GitHub Repository.It s a rails app. I want to clone it on my local git so that I can push it onto heroku. I generated a set of rsa keys and copied ...

heroku using git branch is confusing!

Ok, so I have a big github project that i m not supposed to merge my little Stacia branch into. However, it seems like Heroku only takes pushing MASTER seriously. It looks like I pushed my branch, but ...

PostgreSQL GROUP BY different from MySQL?

I ve been migrating some of my MySQL queries to PostgreSQL to use Heroku. Most of my queries work fine, but I keep having a similar recurring error when I use group by: ERROR: column "XYZ" must ...

热门标签