npm err install unknown

vue 项目启动报错opensslErrorStack ERR_OSSL_EVP_UNSUPPORTED

错误裁图 原因:node升级版本过高 解决办法: 在命令行输入命令修改环境变量:$env:NODE_OPTIONS="--openssl-legacy-provider" 再执行:npm run serve ......

ERR Client sent AUTH, but no password is set 异常解决

https://my.oschina.net/java1314/blog/3149015 https://www.cnblogs.com/le-papillion/p/14705668.html ......
password Client AUTH sent ERR

Unknown custom element: <el-empty> - did you register the component correctly? For recursive compone

报错原因: “el-empty”未注册 解决:element版本太低了,当前版本里面查找不到el-enpty这个组件,需要重新安装一下element的版本。 npm i element-ui@2.15.13 -S npm i element-ui@2.15.6 -S 重新运行,上面的问题就解决了。 ......

npm安装

npm&&NVM安装 nvm安装 NVM_DIR="/root/.nvm" NODE_VERSION=17.9.0 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash \ && [ -s "$ ......
npm

npm install --legacy-peer-deps

--legacy-peer-deps标志是在v7中引入的,目的是绕过peerDependency自动安装;它告诉 NPM 忽略项目中引入的各个modules之间的相同modules但不同版本的问题并继续安装,保证各个引入的依赖之间对自身所使用的不同版本modules共存。 ......
legacy-peer-deps install legacy deps peer

[vue3]npm创建环境

1. npm安装 vue cli [root@Python 20230401VUE3]# npm install -g @vue/cli 2. 查看 vue版本 [root@Python 20230401VUE3]# vue --version @vue/cli 5.0.8 3. 创建项目 [roo ......
环境 vue3 vue npm

【论文阅读】RAL2020: UFOMap An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown

Last edited time: March 31, 2023 1:30 PM Reference and prenotes Paper link:https://ieeexplore.ieee.org/document/9158399 Code link:https://github.com/U ......

Install Kibana with Docker

拉取镜像 docker pull docker.elastic.co/kibana/kibana:7.12.0 运行并添加容器后台运行,指定Elasticsearch地址为http://localhost:9200 docker run --name kib01 -d -p 5601:5601 -e ......
Install Docker Kibana with

Install Ansible on CentOS 8

环境准备: 1.至少俩台linux主机,一台是控制节点,一台是受控节点 2.控制节点和受控节点都需要安装Python36 3.控制节点需要安装ansible 4.控制节点需要获得受控节点的普通用户或root用户的权限,控制节点需要ssh客户端,受控节点需要ssh服务端 5.控制节点和受控节点之间网络 ......
Install Ansible CentOS on

谷歌浏览器安装--Dependency issue installing google-chrome-stable through Ubuntu docker

1.ubuntu安装谷歌浏览器找不到安装包libu2f-udev,记录一下解决办法 Creating a dummy package which provides libu2f-udev fixes the issue. I followed below steps for Ubuntu 16.04 ......

NPM配置阿里云(淘宝)镜像仓库

查看当前使用的镜像地址命令 npm config get registry 切换为阿里云镜像 npm config set registry http://registry.npmmirror.com 换回原镜像 npm config set registry http://registry.npm ......
仓库 镜像 NPM

mwan3 install

mwan3 install #!/bin/sh ###多拨数 vwnum=5 ###最低在线 mindial=2 ###宽带帐号密码 username=xxxxxx password=xxxxxx ###DNS测试多拨是否成功 dns1='114.114.114.114' dns2='114.114 ......
install mwan3 mwan

use macOS terminal can not install MicroPython on Raspberry Pi Pico bug All In One

use macOS terminal can not install MicroPython on Raspberry Pi Pico bug All In One 使用 macOS 终端无法在 Raspberry Pi Pico 上安装 MicroPython bug ......
MicroPython Raspberry terminal install macOS

npm、yarn、pnpm切源

包管理工具切换源 为何要切换 npm、yarn、pnpm 源? 由于默认的 npm,yarn 源是国外,访问速度很慢,因此选择国内镜像,加快下载安装速度,eg:切换为淘宝源或者公司内部源 pnpm performant npm 高效能 npm pnpm store prune 删除 store 中不 ......
yarn pnpm npm

NPM Windows安装及配置

1:首先下载node.js https://nodejs.org/zh-cn 2:查看是否安装成功 node -v 安装成功后会有个版本号 3:安装npm淘宝镜像 npm config set registry https://registry.npm.taobao.org 4:配置npm全局模块存 ......
Windows NPM

MySQL导入数据库1118错误解决方案[ERR] 1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB

MySQL导入数据库1118错误解决方案[ERR] 1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB 编辑sql文件,在开头设置一下innodb_strict_mode为0 SET innodb_str ......
1118 Changing 解决方案 错误 columns

unknown container "/system.slice/docker.service"

小小科普一下泄露相关知识: 服务进程泄露 服务进程泄露指的是服务进程中的敏感信息(例如,用户凭据、业务数据等)被未经授权的第三方获取或窃取的情况。泄露可能是有意或无意的,例如,服务进程被黑客攻击,或者员工疏忽将敏感信息保存在不安全的设备或网络中。泄露可能会对组织造成严重的财务损失、声誉损害、法律责任 ......
quot container unknown service docker

nodejs连接mysql报错:throw err; // Rethrow non-MySQL errors TypeError: Cannot read property 'query' of undefined

该问题的解决方案如下: win+R 输入cmd mysql -u root -p 输入密码进入到mysql 3.执行sql语句,将密码改成123456(自己可以记住的密码即可) alter user 'root'@'localhost' identified with mysql_native_pa ......

conda install 报错(代理问题)

报错 Collecting package metadata (current_repodata.json): failed # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent cal ......
install 问题 conda

第135篇:npm模块全局安装后无法使用解决方案

好家伙 npm模块全局安装后无法使用 估计是少配了环境变量 1.使用命令: npm config get prefix 找到全局包的安装位置 2.随后我们右键"我的电脑"打开 "属性" 3.拉到最下打开 找到高级系统设置 4.找到环境变量 5.找到PATH 6.在最后添加前面找到的npm全局包安装地 ......
全局 模块 解决方案 方案 135

NPM之chalk

chalk 终端打印信息彩色字体,提高辨识度 安装 npm install chalk -S 使用 const chalk = require('chalk') console.log(chalk.blue('Hello world!')) 定义自己的主题 const chalk = require ......
chalk NPM

升级pip报错ERROR: Could not install packages due to an OSError: [WinError 5]

今天在安装python第三方库时,提示pip需要升级,没有多想直接升级,结果报错: 1 ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'd:\\python\\scripts\\pip.exe' 2 ......
WinError packages install OSError ERROR

nginx配置vue打包npm build的静态页面

nginx 配置vue项目 server { listen 8081; server_name 10.8.8.8; index index.html; root /home/www/crm/vue/dist; #SSL-START SSL相关配置,请勿删除或修改下一行带注释的404规则 #error ......
静态 页面 nginx build vue

How to 'apt-get install python-opengl' on Ubuntu22.04

ImportError: Error occurred while running `from pyglet.gl import *` HINT: make sure you have OpenGL install. On Ubuntu, you can run 'apt-get install p ......
python-opengl apt-get install Ubuntu python

npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues

npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the ......

使用npm安装nrm的问题

安装环境 电脑环境:windows node版本:16.9.1 npm版本:8.19.3 问题 安装nrm成功使用命令后出现以下报错 npm i nrm -g nrm ls 解决方案: 删除当前的nrm npm uninstall nrm -g 安装如下代码 npm install Pana/nrm ......
问题 npm nrm

Linux install mysql

1.0 install mysql sudo apt purge mysql-server mysql-common sudo apt autoremove mysql-server mysql-common sudo apt-get update sudo apt-get install mysq ......
install Linux mysql

VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found

原因: VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found 出现的原因是你提供的视频连接可能没有扩展名导致,这样videojs无法知道视频的格式。 需要在type属性指定播放视频的格式 ......

sogou_install

搜狗输入法安装 在系统设置里面讲键盘系统输入法改为fcitx。若无,则执行 sudo apt update sudo apt-get install fcitx 设置fcitx开机自启 sudo cp /usr/share/applications/fcitx.desktop /etc/xdg/au ......
sogou_install install sogou

VSCode:"princexml" is required to be installed

这应该是我们在使用VSCode插件“markdown-preview-enhanced”插件时,使用PDF(prince)的时候出现的问题,那么关于这个问题的解决方法,请大家参照下边的解决方案。 进入prince官网,点击电脑版本对应的链接进行下载并安装。网址如下:Prince - Download ......
quot princexml installed required VSCode