You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the latest version of Snowpack and all plugins.
What package manager are you using?
yarn
What operating system are you using?
macOS
Describe the bug
when running the app snowpack dev --polyfill-node, I get
Unhandled Runtime Error
Uncaught SyntaxError: The requested module '/_snowpack/pkg/text-encoding-utf-8.v1.0.2.js' does not provide an export named 'default'
Quick checklist
What package manager are you using?
yarn
What operating system are you using?
macOS
Describe the bug
when running the app
snowpack dev --polyfill-node
, I getsee screenshot attached
when I disable the import, the error goes away.
Steps to reproduce
yarn add @solana/web3.js
import { Connection, clusterApiUrl, PublicKey } from "@solana/web3.js";
snowpack dev --polyfill-node
Link to minimal reproducible example (optional)
No response
The text was updated successfully, but these errors were encountered: