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
Describe the bug
Importing @vgs/api-client is broken at the moment,
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './v4' is not defined by "exports" in /usr/src/app/node_modules/uuid/package.json
To Reproduce
yarn add @vgs/api-client
import * as VGS from '@vgs/api-client'
Error inconsole
Additional context
I suspect this is because VGS is using a several year old and deprecated version of request and thus a very old version of uuid that doesn't work with modules.
The text was updated successfully, but these errors were encountered:
Describe the bug
Importing @vgs/api-client is broken at the moment,
To Reproduce
Additional context
I suspect this is because VGS is using a several year old and deprecated version of request and thus a very old version of uuid that doesn't work with modules.
The text was updated successfully, but these errors were encountered: