Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM module not available for this repo. Any reason? #21

Closed
rusiarohit opened this issue Nov 18, 2016 · 3 comments
Closed

NPM module not available for this repo. Any reason? #21

rusiarohit opened this issue Nov 18, 2016 · 3 comments

Comments

@rusiarohit
Copy link

Hi,

I wanted to utilize the NPM module of this repo as I am using the Camunda REST api from my node application but I couldn't find the NPM module for this. Can you please make it available?

@zeropaper
Copy link
Contributor

You could also easily install it (and add it to your package.json) with the following command:

npm i --save-dev camunda/camunda-bpm-sdk-js

@rusiarohit
Copy link
Author

Thank you! I was trying npm i --save-dev camunda-bpm-sdk-js before and it didn't work.

@zeropaper
Copy link
Contributor

yeah.. it's a subtility from NPM, you can install any GH repos (which has a package.json at its root) using

npm i <gh-orga-name/gh-user-name>/<gh-repo-name>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants