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

Cannot find module 'task-queue/task-queue' #19

Closed
jmwright opened this issue Apr 7, 2016 · 2 comments
Closed

Cannot find module 'task-queue/task-queue' #19

jmwright opened this issue Apr 7, 2016 · 2 comments

Comments

@jmwright
Copy link

jmwright commented Apr 7, 2016

Trying rc-socket.js out on Node (installing via npm install rc-socket.js --save, and got the following error.

Cannot find module 'task-queue/task-queue'

I installed and required task-queue, but still get the error.

@davidtsuji
Copy link

As a workaround I changed the import path.

was

import Socket from 'rc-socket.js'

changed to

import Socket from 'rc-socket.js/dist/rc-socket'

@jaridmargolin
Copy link
Owner

Hey ya'll. Sorry about the radio silence. Have released v3.0.0. It should fix import issues.

  • warning: v3.0.0 is currently intended to support evergreen browsers.

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

3 participants