4058专题

使用npm第一次创建vue项目时报错 errno -4058 no such file or directory, mkdir ‘XXXXXXXX‘解决办法

使用npm第一次创建vue项目时报错 errno -4058 no such file or directory, mkdir 'XXXXXXXX'解决办法 C:\Users\Administrator目录下的.npmrc里的配置问题(Administrator 这个时你当时的用户目录,目录示例:C:\users(用户)\Administrator(当前用户)。找到 .npmrc

vue :error --4058

1.运行命令是 npm run dev 有可能是因为,终端打开的目录并不是项目的最后一层目录,npm找不到地址。 2.安装cli时如果出现这种问题,另当别论。

EROR 4058 (HY000) : factor authenti cati on method does not match against authentication policy

1.问题 在 MySQL 8.0.27 中由 authentication_policy 来管理用户的身份认证:authentication_policy=caching_sha2_password, 2.解决方案 修改配置文件my.ini,将authentication_policy=caching_sha2_password, 改为:authentication_policy=*,