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

browserify version bump? #56

Open
DeDuckProject opened this issue May 29, 2017 · 0 comments
Open

browserify version bump? #56

DeDuckProject opened this issue May 29, 2017 · 0 comments
Labels

Comments

@DeDuckProject
Copy link

DeDuckProject commented May 29, 2017

I've encountered an error when opening a project :

Unhandled rejection Error: Cannot read property 'toString' of undefined
    at createError (webpack:///./src/client/preview-tier/module-system.ts?:120:20)
    at ModuleSystem._tryExecModule (webpack:///./src/client/preview-tier/module-system.ts?:353:19)
    at Object.moduleFactory.execute (webpack:///./src/client/preview-tier/module-system.ts?:322:50)
    at doDynamicExecute (webpack:///./~/systemjs/dist/system.src.js?:767:25)
    at link (webpack:///./~/systemjs/dist/system.src.js?:965:20)
    at doLink (webpack:///./~/systemjs/dist/system.src.js?:624:7)
    at updateLinkSetOnLoad (webpack:///./~/systemjs/dist/system.src.js?:670:18)
    at eval (webpack:///./~/systemjs/dist/system.src.js?:486:11)

, which originates when calling crypto.pbkdf2Sync.toString when crypto.pbkdf2Sync is undefined.
Attampting to fix this by bumping browserify's version here:
https://github.com/wix/bundless/blob/fec101d6b70cd69d68940927d6557a031347b5df/node-libs/package.json#L4-L4

but this doesn't work.. :(

This happened to guys here as well:
browserify/browserify#1720

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

No branches or pull requests

2 participants