How do i fix platform: 'node'

The package "timers/promises" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
Was this page helpful?