You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't have much experience with ts but seems like this commit e38bccc
didn't fix Error: error:0308010C:digital envelope routines::unsupported "build": "set NODE_OPTIONS=--openssl-legacy-provider tsc", makes that tsc command is not run at all
so changes made to main.ts are not reflected in index.js
I would suggest adding && between commands
also I noticed that export should be used instead of set command
The text was updated successfully, but these errors were encountered:
Hi, I don't have much experience with ts but seems like this commit e38bccc
didn't fix
Error: error:0308010C:digital envelope routines::unsupported
"build": "set NODE_OPTIONS=--openssl-legacy-provider tsc",
makes that tsc command is not run at allso changes made to main.ts are not reflected in index.js
I would suggest adding && between commands
also I noticed that export should be used instead of set command
The text was updated successfully, but these errors were encountered: