npm err install unknown

python2.7 pip install pyyaml 安装出现错误

conda 环境 python2.7 安装 pyyaml: pip install pyyaml 错误如下: ERROR: Command errored out with exit status 1: command: bin/python2.7 /python2.7/site-packages/ ......
错误 python2 install python pyyaml

报错: sudo: effective uid is not 0, is sudo installed setuid root?

切root用户报错 报错: sudo: effective uid is not 0, is sudo installed setuid root?解决 : 给/usr/bin/sudo 文件添加一个 s 权限即可。 chmod +s /usr/bin/sudo 再切就可以了。 ......
sudo effective installed setuid is

Windows Tools | How To Install VS Microsoft C++ Build Tools on Windows

How To Install VS Microsoft C++ Build Tools on Windows This can be used for installing anything that requires C++ compiler on Windows. Installation st ......
Windows Tools Microsoft Install Build

vue npm 视频播放 项目中感觉比较好用的包

npm @easydarwin/easyplayer 对H265 H264支持都比较友好!!实测比较好用 <!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" c ......
感觉 项目 视频 vue npm

改变NPM安装依赖位置,节省C盘空间

npm 依赖安装 众所周知,npm 全局安装依赖位置默认是c盘,c盘一般是系统安装盘,装太多东西容易造成系统运行缓慢,因此想将依赖包安在指定位置 node.js的安装 nodejs的安装可以直接到菜鸟教程查看: http://www.runoob.com/nodejs/nodejs-install- ......
位置 空间 NPM

OGG报错 INS-85054 in oggca.sh createing a new Service Manager after removing a previous installation (Doc ID 2301523.1)

这个报错主要是ogg的自启动和目录问题 Delete the following files at the OS level: Linux 7 /etc/systemd/system/OracleGoldenGate.service /etc/oggInst.loc Linux 6 /etc/ini ......

Docker - Install Docker Compose

Install using the repository Set up the repository. Find distro-specific instructions in: Ubuntu | CentOS | Debian | Raspberry Pi OS | Fedora | RHEL | ......
Docker Compose Install

## Could not find a working installation of Boost.

001、问题 002、解决方法 (base) [root@pc1 MaSuRCA-3.3.1]# yum -y install boost boost-devel (base) [root@pc1 MaSuRCA-3.3.1]# yum -y install gcc-c++.x86_64 gperf ......
installation working Could Boost find

修复 GRUB unknown filesystem error

出现问题的原因是我在安装好双系统后重新给硬盘进行了分区,GRUB的位置发生了变化 Rescue部分参考:https://zhuanlan.zhihu.com/p/518428303 但我没有办法按照上面的链接的方法进行修复和启动,于是按照这一篇下载了"boot-repair"自动修复,遂解决。 ......
filesystem unknown error GRUB

npm换源淘宝镜像

单次使用:npm install --registry=http://registry.npmmirror.com 永久更换:npm config set registry http://registry.npmmirror.com 恢复原样:npm config set registry http ......
镜像 npm

Docker - ERROR: failed to solve: golang:latest: error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``

Dockerfile: FROM golang:latest WORKDIR /app ADD . . RUN go get RUN go build -o app . CMD ["/app/app"] zzh@ZZHPC:/zdata/MyPrograms/Go/aaa$ docker build ......

How to install a command once for all login users in Linux All In One

How to install a command once for all login users in Linux All In One /etc/profile & /etc/profile.d/ ......
install command Linux login users

解决:sass-loader@6.0.6 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.

参考:https://blog.csdn.net/hancoder/article/details/113821646 去https://github.com/sass/npnode-sass 或者 https://github.com/sass/node-sass/releases 都可以看到no ......
sass peer dependencies sass-loader installed

解决:npm ERR! chromedriver@2.27.2 install: `node install.js`

https://cdn.npmmirror.com/binaries/chromedriver/2.27/chromedriver_win32.zip 可以点击这个链接直接下载。 删掉项目中的 node_modules 文件夹。 根据自己的下载地址,安装依赖。 npm install chromed ......
install chromedriver node npm ERR

npm简介

1.Npm介绍 Node Package Manager,NodeJS包管理和分发工具 直接安装 npm install module_name //install可简写为 i //使用Npm直接安装模块,默认生产环境,包注册到package.json里 dependencies 中, 会把包安装到 ......
简介 npm

执行docker compose up -d报错 unknown shorthand flag: 'd' in -d

执行docker compose up -d报错 unknown shorthand flag: 'd' in -d /usr/libexec/docker/cli-plugins/目录下没有docker-compose或者有docker-compose但执行docker help显示 Invali ......
shorthand compose unknown docker 39

How to use a shell script to check whether a command had been installed in the Linux server All In One

How to use a shell script to check whether a command had been installed in the Linux server All In One shell script error [: :需要整数表达式 / [: -eq:需要一元表达... ......
installed command whether script server

[883] Install Python package using Jupyter Notebook

In the installation of packages in Jupyter Notebook, I encountered an issue. I installed packages using Command Prompt (CMD), but when I try to import ......
Notebook Install Jupyter package Python

SQL数据导入出现-----[ERR] 1273 - Unknown collation: 'utf8mb4_0900_ai_ci'

[ERR] 1273 - Unknown collation: 'utf8mb4_0900_ai_ci' 大致原因:sql对应的mysql版本高于当前要导入的mysql库的版本,引发的1273错误。 解决方案: 打开sql文件,将文件中的所有utf8mb4_0900_ai_ci替换为utf8_gen ......
collation Unknown 数据 utf8mb ai_ci

每天一个npm包:koa-cors

每天一个npm包:koa-cors NuoHui 野生码农。公众号:NodeJs 早早聊 ​关注他 67 人赞同了该文章 koa-cors 顾名思义koa-cors,是Koa框架用于解决CORS中间件的方案。通过阅读其源码,你会学会服务端CORS相关知识。 源码 koa-cors使用示例: cons ......
koa-cors cors npm koa

Docker - Install and Uninstall

Install: 1. Set up Docker's Apt repository. # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl gnupg sudo ......
Uninstall Install Docker and

注册npm账号,并完成首次验证

在npm官网完成注册https://www.npmjs.com/ 打开命令行执行命令 i. 查看npm当前源( npm config get registry 或者 npm config list )ii. 设置回原本的源,用来发布npm包( npm config set registry http ......
账号 npm

npm package.json proxy All In One

npm package.json proxy All In One Node.js { "name": "react-application", "version": "0.0.1", "private": true, "dependencies": { "react": "^18.2.0", "r ......
package proxy json npm All

pip install 安装模块指定版本

一、Scipy模块指定安装版本 pip install Scipy # 最新版本 pip install Scipy==1.2.1 # 指定版本 pip install 'Scipy>=1.2.1' # 最小版本 免责声明:本号所涉及内容仅供安全研究与教学使用,如出现其他风险,后果自负。 参考、来源 ......
模块 install 版本 pip

打包vue组件包并上传到npm

在自己的项目中新建一个index.js做打包组件的配置 1 import 组件的名字 from "组件的地址"; 2 const comArr = [组件的名字]; 3 export default { 4 install(Vue) { // install是vue中的方法,此方法要在export ......
组件 vue npm

安装node、npm和vue3

1. 首先安装node和npm node.js安装地址 https://nodejs.org/en/download/ 2. 下载完安装好后,打开终端命令验证是否安装成功 node -v npm -v 3. 安装vue3 npm install -g @vue/cli 4.创建vue3项目 npm ......
node vue3 npm vue

npm does not support Node.js的解决办法

原文链接:https://blog.csdn.net/UKilll/article/details/131589827 1、查看npm和nodejs的版本是否配套。 2、因为我的使用了npm install -g npm 把npm的版本升级到了9.几 导致运行项目的时候提示npm v9.8.0 do ......
support 办法 does Node npm

npm镜像源配置

一、本地环境配置全局的npm镜像源 设置镜像源:npm config set registry https://registry.npm.taobao.org 查看当前使用的镜像地址:npm config get registry 二、给项目单独配置npm镜像源 项目根目录的 .npmrc 的配置, ......
镜像 npm

win7系统 安装python3.6.5版本遇到“user installations are disabled via policy on the machine” 和“0x80070643 ”错误情况

一、遇到提示“user installations are disabled via policy on the machine”是 系统策略禁止这个安装 解决方案: 方法一: 1、打开【开始】菜单,选择【运行】。 2、在运行窗口中【打开】一栏输入【gpedit.msc】,点击【确定】。 3、此时会 ......

docker install ubuntu ssh

https://tecadmin.net/setting-up-ubuntu-docker-container-with-ssh-access/ Docker is an open-source platform that allows developers to automate the depl ......
install docker ubuntu ssh