Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
n-for-all committed Nov 28, 2024
1 parent 1430b53 commit fdd7c29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ or if you installed it globally, you can immediately start mongocarbon like this

mongocarbon

**PM2:**

cd YOUR_PATH/node_modules/mongocarbon/ && pm2 start app.config.js


## Installation fails with `ibmtelemetry: Permission Denied`

- If you are installing the package as part of another project, make sure your package.json contains the a name and the version for the package
Expand All @@ -134,7 +139,7 @@ or if you installed it globally, you can immediately start mongocarbon like this
}
}
```
- run `npm link` and This will execute ibmtelemetry from your own package.json
- If still doesn't work, then create a new `package.json` with `npm init` and install mongocarbon then add your dependencies

## Usage (Docker)

Expand Down

0 comments on commit fdd7c29

Please sign in to comment.