Closed lionep closed 5 years ago
Looks like it's a problem with this line.
According to the Node.js documentation, URLSearchParams
is available on the global object in node 10 but not in earlier version.
I'm fixing it and adding tests on old node versions.
Please run npm i -g linky-cli
again, then linky --version
to be sure you have the 1.1.1
The problem should be fixed now
Perfect! It works fine now, thanks !
Nice tool ! I've an issue when running it from CLI :
The package is installed globally, with node 8.12.0 and npm 6.4.1.
If you have any hint about this ?