-
Notifications
You must be signed in to change notification settings - Fork 661
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
Dependencies were not found: bufferutil, utf-8-validate #559
Comments
@renjithvk besides the compile-time warnings, are there actually any functional issues with running your application? the two dependencies mentioned are not direct dependencies of at this moment, this package isn't truly tested for browser contexts. i'm happy to support that need, but i'll have to rely on use cases from users like yourself to guide me. thanks for reporting. |
@aoberoi Yes. The development server not getting started because of those warnings. So, I removed I saw Thanks |
I'm glad you found a package that works for your needs! This package and |
Out of curiosity, I wanted to see how the bundle sizes of these packages compare. The number of dependencies doesn't really say much, since all the transitive dependencies of one package can easily outweigh many direct dependencies.
|
This inspires the question: what's the most common client-side use cases in the first place? Would a separation of this package into smaller chunks aid this issue? (which I talked a bit about in #410) |
@clavin i'm interested in breaking this package into smaller ones. there is at least one downside to that, which is explaining to developers where to find which pieces. we could actually have the best of both worlds if we're willing to keep shipping and in terms of client-side use cases, i'm kind of in the dark. one use case i know about is targeting Electron, but i'm still not very familiar with the motivations for that. |
Description
When I try to install
@slack/client
I gotDependencies were not found
error for following packagesWhat type of issue is this?
Requirements
Bug Report
Reproducible in:
@slack/client
version: 4.2.2node version: v8.11.1
OS version(s): Mac OS X 10.12.6
Steps to reproduce:
$ npm install -g @vue/cli
$ vue create my-project
$ cd my-project
$ npm install --save @slack/client
$ npm run dev
Expected result:
Successfull compilation
Actual result:
Compilation error:
Attachments:
Compilation error after
$ npm install --save @slack/client
Compilation error after
$ npm install --save bufferutil utf-8-validate
The text was updated successfully, but these errors were encountered: