Closed Salmon42 closed 1 year ago
Thanks for reporting, this is fixed in the latest 2.1.3 release which I just published to NPM.
I'll have to find some other way to automate bumping the version numbers. There is a constant which was supposed to resolve to the root folder where tunnelmole is installed, but it looks like it doesn't work with a global npm install.
https://github.com/robbie-cahill/tunnelmole-client/commit/7bd4016c791dc118e1cb9e490e4856ae4ed37329
Hello, I have tried installing tunnelmole client as a global package (like this). After trying to execute the tool, I got the following error:
I am using Windows 10, and ran the script from a Windows PS terminal while I was in a random folder (root of my secondary drive). It seems like the
tmole
client expects the existence ofpackage.json
in a directory where it is being run.(source)
Why does it require the existence of the JSON file? Or is this unintended and should extract
name
andversion
from thepackage.json
located in thetunnelmole/dist
?Thanks for clarification!