You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
I've encountered an error when opening a project :
, 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
The text was updated successfully, but these errors were encountered: