iamtheyammer / fetch-toyota-service-manuals

Downloads PDF versions of Toyota Service Manuals from TIS
GNU General Public License v3.0
26 stars 6 forks source link

Error starting script #3

Open dgtown opened 9 months ago

dgtown commented 9 months ago

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.

heresoidontgetfined commented 3 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.

SamuelJolaoso commented 2 weeks ago

I did this and it still doesn't work