Error in camunda-commons-ui (customization)

I forked the camunda-commons-ui project and made some changes in the HttpClient.js file under lib/services.

Then I added my fork as a npm dependency to the camunda-bpm-webapp project with the given command:

npm install git://github.com/CronApp/camunda-commons-ui#develop --save

But when I run “grunt” from the camunda-bpm-webapp project it gives me the folowing error:

    Running "ensureLibs:thirdParty" (ensureLibs) task
    Warning: Cannot find module 'undefined/node_modules/persistify' Use --force to continue.

    Aborted due to warnings.

What should I do to overcome this problem?

That was my error.

I’m using camunda 7.10.0 and my branch was pointing to 7.11.0, which caused the error