Module parse failed: Unexpected token (152:76)
Opened this issue · 0 comments
shungo0222 commented
How to reproduce
- Clone alchemyplatform/hello-world-part-four-tutorial
- Go to
starter-files
- Execute
npm install
- Execute
npm install @alch/alchemy-web3
- Insert
const { createAlchemyWeb3 } = require("@alch/alchemy-web3");
on the top ofstarter-files/src/util/interact.js
npm start