Advertisement
abhishekhari

Untitled

Dec 9th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Starting the development server...
  2.  
  3. /home/abhishek/Documents/Code/weather-react/weather-react/node_modules/react-scripts/scripts/start.js:19
  4. throw err;
  5. ^
  6.  
  7. Error: error:0308010C:digital envelope routines::unsupported
  8. at new Hash (node:internal/crypto/hash:67:19)
  9. at Object.createHash (node:crypto:130:10)
  10. at module.exports (/home/abhishek/Documents/Code/weather-react/weather-react/node_modules/webpack/lib/util/createHash.js:135:53)
  11. at NormalModule._initBuildHash (/home/abhishek/Documents/Code/weather-react/weather-react/node_modules/webpack/lib/NormalModule.js:417:16)
  12. at /home/abhishek/Documents/Code/weather-react/weather-react/node_modules/webpack/lib/NormalModule.js:452:10
  13. at /home/abhishek/Documents/Code/weather-react/weather-react/node_modules/webpack/lib/NormalModule.js:323:13
  14. at /home/abhishek/Documents/Code/weather-react/weather-react/node_modules/loader-runner/lib/LoaderRunner.js:367:11
  15. at /home/abhishek/Documents/Code/weather-react/weather-react/node_modules/loader-runner/lib/LoaderRunner.js:233:18
  16. at context.callback (/home/abhishek/Documents/Code/weather-react/weather-react/node_modules/loader-runner/lib/LoaderRunner.js:111:13)
  17. at /home/abhishek/Documents/Code/weather-react/weather-react/node_modules/babel-loader/lib/index.js:59:103 {
  18. opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  19. library: 'digital envelope routines',
  20. reason: 'unsupported',
  21. code: 'ERR_OSSL_EVP_UNSUPPORTED'
  22. }
  23.  
  24. Node.js v17.2.0
  25. error Command failed with exit code 1.
  26. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement