Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form-upload package is unable to require uuid #641

Closed
nylon22 opened this issue Nov 23, 2020 · 1 comment · Fixed by #642
Closed

form-upload package is unable to require uuid #641

nylon22 opened this issue Nov 23, 2020 · 1 comment · Fixed by #642

Comments

@nylon22
Copy link
Member

nylon22 commented Nov 23, 2020

🐛 Bug report

Current Behavior

Error in Module not found: Error: Package path ./v4 is not exported from package /node_modules/@availity/form-upload/node_modules/uuid (see exports field in //node_modules/@availity/form-upload/node_modules/uuid/package.json)

Expected behavior

A clean import happens here:

import uuid from 'uuid/v4';

Suggested solution(s)

Not sure. According to the docs, this import is fine: https://github.com/uuidjs/uuid#quickstart

Your environment

Binaries:
Node: 14.4.0 - ~/.nvm/versions/node/v14.4.0/bin/node
Yarn: 1.22.5 - ~/.nvm/versions/node/v14.4.0/bin/yarn
npm: 6.14.8 - ~/.nvm/versions/node/v14.4.0/bin/npm
Watchman: 4.9.0 - /Users/twarner/.homebrew/bin/watchman
npmPackages:
@availity/analytics-core: ^2.8.23 => 2.8.23
@availity/api-axios: ^5.5.8 => 5.5.9
@availity/api-core: ^6.6.3 => 6.6.4
@availity/authorize: ^1.5.18 => 1.5.19
@availity/date: ^2.0.2 => 2.0.2
@availity/dl-axios: ^3.0.51 => 3.0.53
@availity/dl-core: ^3.0.51 => 3.0.53
@availity/env-var: ^1.10.0 => 1.11.0
@availity/form: ^0.5.28 => 0.5.32
@availity/form-upload: ^0.3.2 => 0.3.2
@availity/hooks: ^2.0.1 => 2.0.1
@availity/icon: ^0.7.17 => 0.7.18
@availity/link: ^2.1.17 => 2.2.1
@availity/localstorage-core: ^3.0.0 => 3.0.0
@availity/native-form: ^2.8.22 => 2.8.22
@availity/page-header: ^10.0.55 => 10.0.69
@availity/phone: ^1.1.18 => 1.1.19
@availity/select: ^0.15.0 => 0.15.0
@availity/spaces: ^4.0.25 => 4.0.28
@availity/typography: ^1.2.18 => 1.2.19
@availity/upload-core: ^3.2.7 => 3.2.7
@availity/workflow: ^8.0.0 => 8.0.0
@availity/yup: ^3.0.7 => 3.0.8

@nylon22
Copy link
Member Author

nylon22 commented Nov 23, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant