nft-minting-app
nft-minting-app copied to clipboard
Issu with nom run build
I have build the project and I only have a white application in my index.html. Someone can help me?
try to include
"watchpack": "^2.3.1"
in package.json.
Then run the command npm install
and finally npm start
the start it on localhost
Getting this error: Failed at the [email protected] start script 'react-scripts start'.
Please show the entire error. Thanks.
[email protected] build react-scripts build
Creating an optimized production build...
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:135:10)
at module.exports (C:\Users\User\Desktop\nft-minting-app-main\node_modules\webpack\lib\util\createHash.js:135:53)
at NormalModule._initBuildHash (C:\Users\User\Desktop\nft-minting-app-main\node_modules\webpack\lib\NormalModule.js:417:16)
at handleParseError (C:\Users\User\Desktop\nft-minting-app-main\node_modules\webpack\lib\NormalModule.js:471:10)
at C:\Users\User\Desktop\nft-minting-app-main\node_modules\webpack\lib\NormalModule.js:503:5
at C:\Users\User\Desktop\nft-minting-app-main\node_modules\webpack\lib\NormalModule.js:358:12
at C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:373:3
at iterateNormalLoaders (C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
at iterateNormalLoaders (C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:221:10)
at C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:236:3
at runSyncOrAsync (C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:130:11)
at iterateNormalLoaders (C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:232:2)
at Array.
Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at Object.createHash (node:crypto:135:10) at module.exports (C:\Users\User\Desktop\nft-minting-app-main\node_modules\webpack\lib\util\createHash.js:135:53) at NormalModule._initBuildHash (C:\Users\User\Desktop\nft-minting-app-main\node_modules\webpack\lib\NormalModule.js:417:16) at C:\Users\User\Desktop\nft-minting-app-main\node_modules\webpack\lib\NormalModule.js:452:10 at C:\Users\User\Desktop\nft-minting-app-main\node_modules\webpack\lib\NormalModule.js:323:13 at C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:367:11 at C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:233:18 at context.callback (C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:111:13) at C:\Users\User\Desktop\nft-minting-app-main\node_modules\babel-loader\lib\index.js:59:103 { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED'
I get this, anyone help?
try doing npm audit