سلام دوستان من میخوام یک پکیج در vue نصب کنم که به ارور زیر بر میخورم. منون میشم راهنمایی کنید
npm ERR! code ERR_OSSL_PEM_NO_START_LINE
npm ERR! error:0909006C:PEM routines:get_name:no start line
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\matrix\AppData\Local\npm-cache\_logs\2021-12-09T13_00_46_611Z-debug.log
من اگر اینارو بزنم مشکلی پیش نمیاد؟
npm cache clean -f
rm -rf node_modules
npm i
شاید پاسخ شما همینجا باشد
@mohammadeng3731
یعنی بزنم node_modules رو پاک کنم؟ خراب نشه پروژم؟ :) چند ماهه دارم روش کار میکنم
@mohammadeng3731
من node_modules رو پاک کردم دیگه نصب نمیشه و ارور میده.. بزنم کش npm رو هم دستی پاک کنم؟
این دستورم امتحان کنید.معمولا خطاهای npm گاهی نامفهومن و باید پروژه رو ببینی تا علت خطارو حدس بزنی.
```
npm config set registry http://registry.npmjs.org
و بعد دستور
```
npm install -g npm
و در انتها
```
npm i
اگه بازم درست نشد package.json.lock رو پاک کنید و مجدد npm i بزنید@mohammadeng3731
این ارور رو میده. سعی کردم TLS رو بروز کنم نمیشه
npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please visit the GitHub blog for more information
: https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/
npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please visit the GitHub blog for more information
: https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/
npm ERR! Cannot read properties of null (reading 'pickAlgorithm')
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\matrix\AppData\Local\npm-cache\_logs\2021-12-09T17_22_12_927Z-debug.log
میتونید با فیلترکشن امتحان کنید و ممکن هستش که مشکل از همین مورد باشه