JScroll icon indicating copy to clipboard operation
JScroll copied to clipboard

Yarn can't find the package

Open thelucre opened this issue 5 years ago • 5 comments

Looking forward to using this! Has this been tagged for release? It's not coming through with Yarn 1.22.0:

yarn add @twotentytwo/jscroll
yarn add v1.22.0
[1/4] 🔍  Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@twotentytwo%2fjscroll: Not found".
info If you think this is a bug, please open a bug report with the information provided in "{path}/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

thelucre avatar Feb 14 '20 23:02 thelucre

@thelucre hi. A major update will come within a week, along with the release:)

jesperlandberg avatar Feb 14 '20 23:02 jesperlandberg

Oooh baby! Can't wait ✨

thelucre avatar Feb 14 '20 23:02 thelucre

Is there any news on the release?

tomrutgers avatar Mar 05 '20 14:03 tomrutgers

@tomrutgers I just used src stuff for this. Still can't install it though

1337jick avatar Jul 08 '20 11:07 1337jick

Hi there, I´m really interested in your package.

But yarn add @twotwentytwo/jscroll still leads to this error:

error An unexpected error occurred: "https://registry.yarnpkg.com/@twotentytwo%2fjscroll: Not found".
info If you think this is a bug, please open a bug report with the information provided in "{path}/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Then I tried npm install git+https://github.com/jesperlandberg/JScroll.git with my project (I'm using vite btw). But I get this The requested module […] does not provide an export named 'default' " error in my console.

Can you give me a hint how to fix this, or workaround this? Thank you!

Edit:

@tomrutgers I just used src stuff for this. Still can't install it though

How did you use the src stuff? I can't figure out how to import it properly … it'll always throw me an error?

eliasu avatar Nov 17 '22 19:11 eliasu