Error: this.pkg.cleanup is not a function

Hello,

I am new to serverless and have been attempting to create an openwhisk service. I am able to install and deploy the template with ‘deploy -v’ however when I deploy the hello function I consistently get “this.pkg.cleanup is not a function”. Is there a fix for this issue?

For more context the stack trace is:
TypeError: this.pkg.cleanup is not a function
at OpenWhiskDeployFunction.cleanup (/usr/local/lib/node_modules/serverless-openwhisk/deployFunction/index.js:71:21)
From previous event:
at PluginManager.invoke (/usr/local/lib/node_modules/serverless/lib/classes/PluginManager.js:217:22)
at PluginManager.run (/usr/local/lib/node_modules/serverless/lib/classes/PluginManager.js:236:17)
at variables.populateService.then (/usr/local/lib/node_modules/serverless/lib/Serverless.js:107:33)
at runCallback (timers.js:800:20)
at tryOnImmediate (timers.js:762:5)
at processImmediate [as _immediateCallback] (timers.js:733:5)
From previous event:
at Serverless.run (/usr/local/lib/node_modules/serverless/lib/Serverless.js:94:74)
at serverless.init.then (/usr/local/lib/node_modules/serverless/bin/serverless:32:50)
at