Created
April 26, 2022 07:51
-
-
Save darkoatanasovski/efb9d752b9f79e976f6ec2149ca0b6ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Buffer } from 'buffer'; //or 'buffer/', with trailing slash | |
import Process from 'process'; | |
globalThis.process = Process; | |
globalThis.Buffer = Buffer; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a lifesaver!