-
Notifications
You must be signed in to change notification settings - Fork 94
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
Installing @react-hookz/web@1.25.0 (latest currently) #102
Comments
Maybe network issues? Ran the command right now: PS xxxx\frontend> yarn add @react-hookz/web
yarn add v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "win32" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "win32" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > connected-react-router@6.9.1" has unmet peer dependency "history@^4.7.2".
warning " > optimize-css-assets-webpack-plugin@6.0.0" has incorrect peer dependency "webpack@^4.0.0".
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 1 new dependency.
info Direct dependencies
└─ @react-hookz/web@1.25.0
info All dependencies
└─ @react-hookz/web@1.25.0
Done in 9.68s. |
Oof i see now. somewhat bundle is corrupted =\ |
## [1.25.1](v1.25.0...v1.25.1) (2021-06-02) ### Bug Fixes * tsconfig.build.json missconfig ([ba92152](ba92152)), closes [#102](#102)
🎉 This issue has been resolved in version 1.25.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@TheMeteoRain sorry for inconvenience, my bad. |
Yeah, no problem. I just switched to older version and continued with my life. I just wanted to inform you about this. 😛 |
Hi, just dropping by to report this.
What is the current behavior?
Cannot find module '@react-hookz/web' or its corresponding type declarations.
Steps to Reproduce
yarn add @react-hookz/web@1.25.0
or (since it's the latest currently)
yarn add @react-hookz/web
Environment Details
@react-hookz/web
version: 1.25.0react
version: 17.0.1react-dom
version: 17.0.1typescript
version: 4.2.3The text was updated successfully, but these errors were encountered: