-
Notifications
You must be signed in to change notification settings - Fork 47
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 install "@excid3/uppy-activestorage-upload" package #8
Comments
Same for me, just incurred in the problem now, maybe a temporary issue? |
@excid3 it's still not possible to install the module through npm and I don't get if the error I'm receiving is due to the way I've installed it directly through GitHub. Any idea? |
I didn't end up spending the money to use an organization on npm for this. I believe you installed it correctly with npm directly to github and your import should be: import ActiveStorageUpload from '@excid3/uppy-activestorage-upload' |
Thanks for the quick reply @excid3. Yes I'm importing like that but I can't get rid of that error in @noble/hashes (which is a dependency of @paralleldrive/cuid2 which you introduce back in this commit to replace cuid). EDIT: @excid3 I'm now afraid that the issue is instead related to the SSR of my Nuxt.js app that tries to run the import also on the server side, unsuccessfully. I've tried with the old |
I also get the error I have installed with yarn using Any suggestions @excid3? |
Hello everyone!
When I'm trying to install package by using command
yarn add @excid3/uppy-activestorage-upload
, I'm getting:error An unexpected error occurred: "https://registry.yarnpkg.com/@excid3%2fuppy-activestorage-upload: Not found".
Same with
npm install @excid3/[email protected]
Best regards and thank you for amazing work :)
The text was updated successfully, but these errors were encountered: