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

Issu with nom run build #6

Open
Setirf32 opened this issue Feb 9, 2022 · 5 comments
Open

Issu with nom run build #6

Setirf32 opened this issue Feb 9, 2022 · 5 comments

Comments

@Setirf32
Copy link

Setirf32 commented Feb 9, 2022

I have build the project and I only have a white application in my index.html. Someone can help me?

@anproghub
Copy link

anproghub commented Feb 12, 2022

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

@RippedFish
Copy link

Getting this error: Failed at the [email protected] start script 'react-scripts start'.

@martinnaj
Copy link

Please show the entire error. Thanks.

@Paandasaurus
Copy link

[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. (C:\Users\User\Desktop\nft-minting-app-main\node_modules\loader-runner\lib\LoaderRunner.js:205:4)
at Storage.finished (C:\Users\User\Desktop\nft-minting-app-main\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:55:16)
at C:\Users\User\Desktop\nft-minting-app-main\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:91:9
C:\Users\User\Desktop\nft-minting-app-main\node_modules\react-scripts\scripts\build.js:19
throw err;
^

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?

@anproghub
Copy link

try doing npm audit

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

5 participants