Cosmin Cioaclă
Cosmin Cioaclă
> ``` > module.exports = (on, config) => { > require('cypress-plugin-snapshots/plugin').initPlugin(on, config); > if (process.env.CYPRESS_SNAPSHOT_UPDATE) { > const parseConfig = JSON.parse(config.env['cypress-plugin-snapshots']); > parseConfig.updateSnapshots = process.env.CYPRESS_SNAPSHOT_UPDATE; > config.env['cypress-plugin-snapshots'] = JSON.stringify(parseConfig); >...
I tried the `yarn` workaround and I still got the `ReferenceError: primordials is not defined`. What fixed it for me was to also switch from node 12 to node 10.
I've looked through the CLI source code and found an easy workaround until this gets properly patched: - install the desired theme locally: `npm install jsonresume-theme-paper` - run the CLI...