Open dgtown opened 9 months ago
I got this working on windows by setting the environmental variable on the PC:
fetch-toyota-service-manuals>setx NODE_TLS_REJECT_UNAUTHORIZED "0" /M
SUCCESS: Specified value was saved.
And then removed the 3 references to setting that variable from 'package.json', at the bottom in the scripts section.
After these two actions I was able to successfully run the script.
I did this and it still doesn't work
I am getting this error when trying to run the start command
'NODE_TLS_REJECT_UNAUTHORIZED' is not recognized as an internal or external command, operable program or batch file. error Command failed with exit code 1.