Skip to content

browserify version bump? #56

Description

@DeDuckProject

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions