# note **Repository Path**: wangrui98/note ## Basic Information - **Project Name**: note - **Description**: 知识积累,日常随笔记录 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-30 - **Last Updated**: 2023-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 日常记录文档 仅用于个人学习汇总 ## 1. 问题汇总 ## 1.1 npm run build 出现opensslErrorStack opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' > 解决办法 https://stackoverflow.com/questions/74726224/opensslerrorstack-error03000086digital-envelope-routinesinitialization-e export NODE_OPTIONS=--openssl-legacy-provider ## 搭建图床 https://blog.csdn.net/muxuen/article/details/122441469