-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Can't resolve '@uppy/core/lib/UploaderPlugin.js #5157
Comments
Hi, do you mean |
@Murderlon yes correct, basically a file called |
Are you sure you are on the latest versions? |
Here is what I see locally:
|
@Murderlon compare this with yarn Yarn dependencies : Pnpm dependencies : |
|
@Murderlon here are steps to reproduce
This doesn't happens with yarn, if plugin was removed not sure why it still comes with yarn |
Your output clearly says |
I have tried that as well, it didn't worked, basically xhr-upload, and some other dependencies is trying to find missing file from uppy core |
Are you 100% sure that all your Uppy packages are on the latest version? Maybe you're lockfile is outdated. One of the plugins is referencing code that was published over a year ago, you have a big version mismatch somewhere. I wouldn't recommend patching this but upgrading. |
Closing for now, let's reopen if you're still facing the issue. |
Initial checklist
Link to runnable example
No response
Steps to reproduce
Getting this error suddenly, when i install uppy through
pnpm
`Can't resolve '@uppy/core/lib/UploaderPlugin.js' in
'/Users/bhaveshsawayo/sawayo-ui/node_modules/.pnpm/@UPPY+xhr-upload@3.3.1_@uppy+core@3.11.2/node_modules/@uppy/xhr-upload/lib'```
Here is package.json details
"@uppy/aws-s3": "^3.6.2",
"@uppy/core": "^3.11.2",
"@uppy/google-drive": "^3.2.0",
"@uppy/locales": "^3.2.4",
"@uppy/onedrive": "^3.3.1",
"@uppy/react": "^3.1.3",
"@uppy/tus": "^3.5.4",
Expected behavior
It shouldn't throw error, as it works fine with yarn
Actual behavior
Cannot build project
The text was updated successfully, but these errors were encountered: