Uplift uuid
to 11+
#9769
Labels
Dependencies
Update the project's dependencies/libraries
Type: Technical issue
Improve something that users won't notice
Describe the issue
As of uuid 11.0.0 the
browserfy-admin.sh
script will no longer complete successfully.You get the error:
I tried pinning to
"uuid": "10.0.0"
inadmin/package.json
, but that did not help (even though running with that version in the rootpackage.json
work fine).The line in the
uuid/dist/cjs-browser/v1.js
file that seems to be causing the issue is doing some nullish coalescing assignment. My theory is that something in browserfy (or more likely the ancientbrowserify-ngannotate
) is not current enough to recognize that syntax (though it is far from new...).The text was updated successfully, but these errors were encountered: