Hi,
when I create a Greenlock object without specifying packageRoot parameter, the following error occours:
Cannot read property 'manager' of undefined
Maybe the solution is to substitute line 142 of file lib/init.js with (rc && rc.manager)
Thanks
Hi,
when I create a Greenlock object without specifying `packageRoot` parameter, the following error occours:
`Cannot read property 'manager' of undefined`
Maybe the solution is to substitute line 142 of file lib/init.js with `(rc && rc.manager)`
Thanks
Hi,
when I create a Greenlock object without specifying
packageRoot
parameter, the following error occours:Cannot read property 'manager' of undefined
Maybe the solution is to substitute line 142 of file lib/init.js with
(rc && rc.manager)
Thanks