You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gene-pavlovsky Thanks for the report. I will take a look into this. I have gotten this error a few times myself but it usually had to do with the file already existing where you were trying to do the install.
There is supposed to be an ndt install --force to overwrite an existing link in the /service folder.
I welcome a patch if you can make this work properly.
I got the meaning of --force option, just for some reason it didn't work. I just did rm -rf dt; rm /service/my-service and re-ran ndt install. With the force handling code I mentioned removed, it worked.
I'd love to check it out more, but I'm working on a project with a tight deadline now, and since the install worked, I can just go on.
Created a
dt.json
usingndt --generate
, then tryingndt install
, but then it fails:After removing this line:
It worked. For some reason,
that
appears to be undefined...The text was updated successfully, but these errors were encountered: