Set NODE_ENV before launching karma server #108
Unanswered
plecos
asked this question in
Issues / Help
Replies: 1 comment
-
See how to provide environment variables here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When karma server is being launched, I am seeing this error:
ERROR [karma-server]: UncaughtException:: error:0308010C:digital envelope routines::unsupported
Am running this on an Angular 7 project.
I know I can solve this by setting
NODE_OPTIONS=--openssl-legacy-provider
but how can I do this within the Karma Test Explorer extension?
Beta Was this translation helpful? Give feedback.
All reactions