Skip to content

The V8 platform used by this instance of Node does not support creating Workers #116

@AwesomeNameMan

Description

@AwesomeNameMan

Describe the bug
Updated from camaro 5.0.3 to 6 (6.0.3). Using camaro with electron to parse many XML strings.
After the update electron crashes with the following error:

The V8 platform used by this instance of Node does not support creating Workers

Minimal Script To Reproduce

import { ready, transform } from 'camaro';

await ready();
result = await transform(files[fileName], template);

Expected behavior
Camaro not breaking my electron app.

  • camaro version: 6.0.3
  • Node version: v12.18.3
  • Operating system: Windows 10 Version1909 (Build 18363.900)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions