beerman
beerman2y ago

Trouble importing npm modules

Any advice?
7 Replies
Testersen™
Testersen™2y ago
What exactly is the issue? The module is not found? In that case, are you sure that is the correct module name?
beerman
beerman2y ago
Yes, absolutely. Copied from my node project. https://www.npmjs.com/package/@web3-onboard/core
npm
@web3-onboard/core
Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul. Latest version: 2.12.1, last published: 21 days ago. Start using @web3-onboard/core in you...
Testersen™
Testersen™2y ago
Can you show the command you use to start the project? And also the output of deno version
beerman
beerman2y ago
Hey, I use "dev": "deno run -A --node-modules-dir npm:vite",
beerman
beerman2y ago
beerman
beerman2y ago
beerman
beerman2y ago