How to use ACE without ngrok as a dependency?

Rob Frymire October 26, 2021

We are in the process of building a custom Jira Cloud app with ACE. When doing so off of our corporate network everything works fine. When trying to setup/install on our corporate network it fails during "npm install" due to ngrok not being allowed due to security policies restricting it.

 

Is there a way to get the "npm install" to complete without the ngrok dependency in ACE?

1 answer

1 accepted

0 votes
Answer accepted
marc -Collabello--Phase Locked-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 1, 2021

You can remove ngrok from the `package.json` file.  It might be in de dev dependencies section.

Suggest an answer

Log in or Sign up to answer