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
Hello. I have an issue with the Web3 dApp boilerplate. I keep triyng to run 'npm run dev' but i keep getting the first error which has interrupted the build process . It was working before, but now I don't know what to do anymore. I tried to comb the internet for a solution but I didn't find one. Also, the second erro below appears in the terminal, I have tried to solve the issue but to no avail.
⨯ ./node_modules/@tapjs/stack/dist/commonjs/require-resolve.js
Module parse failed: 'import' and 'export' may appear only with 'sourceType: module' (3:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| "use strict";
| Object.defineProperty(exports, "__esModule", { value: true });
> import * as tapMock from '@tapjs/mock';
|
| exports.requireResolve = void 0;
The text was updated successfully, but these errors were encountered:
SanguineTitan57
changed the title
Hello. I have an issue with the Web3 dApp boilerplate. I keep triyng to run 'npm run dev' but i keep getting the first error which has interrupted the build process . It was working before, but now I don't know what to do anymore. I tried to comb the internet for a solution but I didn't find one. Also, the second erro below appears in the terminal, I have tried to solve the issue but to no avail.
Build issue in the dApp boilerplate.
Oct 13, 2023
SanguineTitan57
changed the title
Build issue in the dApp boilerplate.
Build issue in the NFT dApp boilerplate.
Oct 13, 2023
Hello. I have an issue with the Web3 dApp boilerplate. I keep triyng to run 'npm run dev' but i keep getting the first error which has interrupted the build process . It was working before, but now I don't know what to do anymore. I tried to comb the internet for a solution but I didn't find one. Also, the second erro below appears in the terminal, I have tried to solve the issue but to no avail.
Import trace for requested module: ./node_modules/@tapjs/stack/dist/commonjs/require-resolve.js ./node_modules/@tapjs/stack/dist/commonjs/index.js ./node_modules/@tapjs/core/dist/commonjs/extra-from-error.js ./node_modules/@tapjs/core/dist/commonjs/index.js ./node_modules/tap/dist/commonjs/main.js ./node_modules/tap/dist/commonjs/index.js ./node_modules/pino-pretty/lib/utils/build-safe-sonic-boom.test.js ./node_modules/pino-pretty/lib/utils/ sync ^\.\/.*\.js$ ./node_modules/pino-pretty/lib/utils/index.js ./node_modules/pino-pretty/index.js ./node_modules/pino/lib/tools.js ./node_modules/pino/pino.js ./node_modules/@walletconnect/logger/dist/cjs/index.js ./node_modules/@walletconnect/universal-provider/dist/index.es.js ./node_modules/@walletconnect/ethereum-provider/dist/index.es.js ./node_modules/@wagmi/connectors/dist/walletConnect.js ./node_modules/@wagmi/core/dist/connectors/walletConnect.js ./node_modules/wagmi/dist/connectors/walletConnect.js ./node_modules/connectkit/build/index.es.js ./app/layout.jsx
The text was updated successfully, but these errors were encountered: