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
The ts/package-lock.json has an old version of webpack locked in.
It means if you're using node 18+ (maybe 17 also?) and you try to run npm run build in the ts folder, you will get an error: error:03000086:digital envelope routines::initialization error.
This can be resolved by updating the version of webpack.
The text was updated successfully, but these errors were encountered:
The ts/package-lock.json has an old version of webpack locked in.
It means if you're using node 18+ (maybe 17 also?) and you try to run
npm run build
in the ts folder, you will get an error:error:03000086:digital envelope routines::initialization error
.This can be resolved by updating the version of webpack.
The text was updated successfully, but these errors were encountered: