Skip to content
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

Warning issues on compiling #102

Open
albandaft opened this issue Oct 20, 2017 · 1 comment
Open

Warning issues on compiling #102

albandaft opened this issue Oct 20, 2017 · 1 comment

Comments

@albandaft
Copy link

Hi guys
I have integrated the tool inside my project and I get this warning while compiling:

    WARNING in ./node_modules/ws/lib/BufferUtil.js
    Module not found: Error: Can't resolve 'bufferutil' in '/Users/alban/projects/frontend-base/node_modules/ws/lib'
     @ ./node_modules/ws/lib/BufferUtil.js 35:21-42
     @ ./node_modules/ws/lib/Receiver.js
     @ ./node_modules/ws/index.js
     @ ./node_modules/socketcluster-client/lib/sctransport.js
     @ ./node_modules/socketcluster-client/lib/scsocket.js
     @ ./node_modules/socketcluster-client/index.js
     @ ./node_modules/remote-redux-devtools/lib/devTools.js
     @ ./node_modules/remote-redux-devtools/lib/index.js
     @ ./src/store/configureStore.js
     @ ./src/index.server.js
     @ multi ./src/index.server.js
    
    WARNING in ./node_modules/ws/lib/Validation.js
    Module not found: Error: Can't resolve 'utf-8-validate' in '/Users/alban/projects/frontend-base/node_modules/ws/lib'
     @ ./node_modules/ws/lib/Validation.js 10:22-47
     @ ./node_modules/ws/lib/Receiver.js
     @ ./node_modules/ws/index.js
     @ ./node_modules/socketcluster-client/lib/sctransport.js
     @ ./node_modules/socketcluster-client/lib/scsocket.js
     @ ./node_modules/socketcluster-client/index.js
     @ ./node_modules/remote-redux-devtools/lib/devTools.js
     @ ./node_modules/remote-redux-devtools/lib/index.js
     @ ./src/store/configureStore.js
     @ ./src/index.server.js
     @ multi ./src/index.server.js

Any idea?

@albandaft
Copy link
Author

This is related to the ws library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant