草庐IT

npm-start

全部标签

使用 npm install安装依赖时报错 npm ERR! Error while executing

问题描述:vue-element-admin使用npminstall安装依赖时报错npmERR!ErrorwhileexecutingnpmERR!Errorwhileexecuting:npmERR!H:\ProgramFiles\git\Git\cmd\git.EXEls-remote-h-thttps://github.com/nhn/raphael.gitnpmERR!npmERR!fatal:unabletoaccess'https://github.com/nhn/raphael.git/':Recvfailure:ConnectionwasresetnpmERR!npmERR!e

npm install 出现 npm ERR! command failed 解决办法

本地使用npminstall时出现如下异常,可以看下本地是否安装过历史版本的node导致的版本冲突。解决方案:先将历史版本的node卸载,再重新安装后,再执行npminstallnpmERR!code1npmERR!pathC:\Users\li-671\Downloads\light-blue-vue-admin-master\node_modules\node-sassnpmERR!commandfailednpmERR!commandC:\WINDOWS\system32\cmd.exe/d/s/cnodescripts/build.jsnpmERR!Building:C:\Progra

微信小程序 构建npm报错 没有生成miniprogram_npm目录

问题拉取已有仓库,在目录下执行npminstall,再在微信开发者工具里点构建npm,报错说找不到/miniprogram_npm基础库2.27.1解决方法一、先在project.config.json中检查配置{"setting":{"packNpmManually":true,"packNpmRelationList":[{"packageJsonPath":"./package.json","miniprogramNpmDistDir":"./"}]},}packageJsonPath是用来寻找package.jsonminiprogramNpmDistDir配置miniprogram_

安装element-plus报一下错误: Unsupported URL Type: npm:@sxzz/popperjs-es@^2.11.7

当我安装element-plus时报了一下错误。 然后上网找原因:由于当前的npm(v6.14.8)版本较低,要升级npm,于是提醒我node版本低了(我的node版本为v14.15.0),于是升级node,升级之后node版本为v16.18.1,然后升级npm,升级之后的版本(9.6.0)npminstall-gnpm#升级npm 然后问题解决!

解决:Error [ERR_REQUIRE_ESM]: require() of ES Module C:\Users\辰之星\AppData\Roaming\npm\node_modules\n

解决:Error[ERR_REQUIRE_ESM]:require()ofESModuleC:\Users\辰之星\AppData\Roaming\npm\node_modules\nrm\node_modules\open\index.jsfromC:\Users\辰之星\AppData\Roaming\npm\node_modules\nrm\cli.jsnotsupported.Insteadchangetherequireofindex.jsinC:\Users\辰之星\AppData\Roaming\npm\node_modules\nrm\cli.jstoadynamicimpor

The simplest way to get started with Stable Diffusion on Ubuntu

link1link2StableDiffusionisamachinelearningmodelthatcangenerateimagesfromnaturallanguagedescriptions.Becauseit’sopensource,it’salsoeasytorunitlocally,whichmakesitveryconvenienttoexperimentwithinyourowntime.ThesimplestandbestwayofrunningStableDiffusionisthroughtheDreamScriptStableDiffusionfork,whichc

Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx

​一、报错问题Failedtostartbean‘documentationPluginsBootstrapper’;nestedexceptionisjava.lang.NullPointerException二、问题背景SpringBoot整合Swagger,用于生成WebAPI文档。版本信息:springboot:2.7.6,swagger:2.8.0三、原因分析springboot升级到2.6.0之后,swagger版本和springboot出现了不兼容情况。如下:四、解决方案方案一:在启动类或配置类添加注解@EnableWebMvc,下面以配置类添加为例:方案二:在applicati

npm ERR! Could not resolve dependency:npm ERR! peer vue@“^2.5.17“ from element-ui@2.15.12

一、报错起源在IDEA的控制台输入指令npmielement-ui-S报错:npmERR!Couldnotresolvedependency:npmERR!peervue@"^2.5.17"fromelement-ui@2.15.12二、原因vue3.0不兼容element-ui,于是推出了element-plus三、解决办法1.下载element-plusnpminstallelement-plus--save2.在main.js中引用import{createApp}from'vue'importAppfrom'./App.vue'importrouterfrom'./router'imp

npm报错:npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.

一、前言1,因为最近在b站学习vue框架,安装脚手架时想要配置npm淘宝镜像npmconfigsetregistryhttps://registry.npm.taobao.org时报错了,然后知道我没有安装node.js2,node.js安装后,执行npm报错npmWARNconfigglobal`--global`,`--local`aredeprecated.Use`--location=global`instead.3,百度了一些后,初步判断是node.js版本问题,但因为看其他人的一些文章,尝试过后没啥效果;终于在其中一篇找到了解决方案二、解决方法1,打开node.js安装目录那里,找

Failed to start bean ‘org.springframework.amqp.rabbit.config.internalRabbitListenerEndpointRegistry‘

描述问题 11:35:12.284INFO---[main]o.s.boot.web.embedded.tomcat.TomcatWebServer:Tomcatstartedonport(s):9008(http)withcontextpath''11:35:12.287INFO---[main]o.s.a.rabbit.connection.CachingConnectionFactory:Attemptingtoconnectto:[192.168.100.131:5672]11:35:12.498INFO---[main]o.s.a.rabbit.connection.CachingC