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

Upgrade suspend module to 0.7.0 to be able to build with npm3 #1

Closed
wants to merge 1 commit into from

Conversation

yuchuan1
Copy link

After I upgraded to npm3, I encountered this error

Error: Cannot find module '../node_modules/promise/lib/es6-extensions'

After a bit research, I found it could be easily fixed by updating the suspend module
[REF] jmar777/suspend#27

@ddsol
Copy link
Owner

ddsol commented Dec 10, 2015

It's failing the tests.

@ddsol
Copy link
Owner

ddsol commented Dec 10, 2015

Will not work because suspend removed thunk support.

@ddsol
Copy link
Owner

ddsol commented Dec 10, 2015

The solution is to switch from thunkify to promisify. If you have some time to switch them, please do.

@ddsol
Copy link
Owner

ddsol commented Dec 10, 2015

Actually, I'll take care of it myself. It's just a few minutes of work.

@ddsol ddsol closed this Dec 10, 2015
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

Successfully merging this pull request may close these issues.

2 participants