Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issue in the NFT dApp boilerplate. #104

Open
SanguineTitan57 opened this issue Oct 13, 2023 · 0 comments
Open

Build issue in the NFT dApp boilerplate. #104

SanguineTitan57 opened this issue Oct 13, 2023 · 0 comments

Comments

@SanguineTitan57
Copy link

SanguineTitan57 commented 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.

⨯ ./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;

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

@SanguineTitan57 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 SanguineTitan57 changed the title Build issue in the dApp boilerplate. Build issue in the NFT dApp boilerplate. Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant