release v0.8.4

This commit is contained in:
tknew2 2014-05-10 16:24:03 +02:00
parent 0857d65b25
commit 5d2aa20c47
2 changed files with 2 additions and 7 deletions

View File

@ -103,7 +103,7 @@ Thanks in advance and we hope that you like pm2!
The prefered Node version to run PM2, is the **0.11.10**
The latest stable version can always be installed via NPM:
The latest stable version is installable via NPM:
```bash
$ npm install pm2@latest -g
@ -115,11 +115,6 @@ If the above fails:
$ npm install git://github.com/Unitech/pm2#master -g
```
Common problems on installation:
- node-gyp permission problem: [Setup a new user on your server](https://github.com/Unitech/pm2/issues/188#issuecomment-30204146) or add the `--unsafe-perm` to the npm command
- if Make/GCC or other are missing `sudo apt-get install build-essential` on Ubuntu
<a name="a2"/>
## Usage

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": "true",
"version": "0.8.3",
"version": "0.8.4",
"os" : [ "!win32" ],
"engines": {
"node": ">=0.10"