Created a dt.json using ndt --generate, then trying ndt install, but then it fails:
# ndt install
Failed to install service [TypeError: Cannot read property 'force' of undefined]
After removing this line:
lib/actions/install.js
22: !that.force
It worked. For some reason, that appears to be undefined...
Created a
dt.jsonusingndt --generate, then tryingndt install, but then it fails:After removing this line:
It worked. For some reason,
thatappears to be undefined...