草庐IT

doctest-package

全部标签

package.json 配置完全解读

今天来看看前端的大管家package.json文件相关的配置,充分了解这些配置有助于我们提高开发的效率,规范我们的项目。文章内容较多,建议先收藏在学习!在每个前端项目中,都有package.json文件,它是项目的配置文件,常见的配置有配置项目启动、打包命令,声明依赖包等。package.json文件是一个JSON对象,该对象的每一个成员就是当前项目的一项设置。package.json作为前端的大管家,到底有哪些配置和我们的日常开发密切相关?下面就来仔细剖析一下这个文件。当我们搭建一个新项目时,往往脚手架就帮我们初始化好了一个package.jaon配置文件,它位于项目的根目录中。当使用rea

Module build failed (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.

TypeError:Cannotreadproperty'props'ofundefined[Vuewarn]:Failedtoresolveasynccomponent:function(resolve)遇到以上三种问题,在我的项目中都归结为一个:就是依赖的sass-loader没有,或者说是依赖的node-sass没有所以解决办法就是//安装node-sassnpminode-sass-D//安装sass-loadernpmisass-loader-D在package.json查看 { "devDependencies":{  "node-sass":"^9.0.0",  "sass-lo

the “@esbuild/darwin-x64“ package is present but this platform needs the “@esbuild/darwin-arm64“

搭建vite运用ts项目时,为了配置别名./src=@,引入了importpathfrom'path',出现报错,不存在path,但是path是存在node环境中的,所以就引入对ts进行声明了。使用npmi-D@types/node解决了path报错,但是当再次运行的时候就出现了the"@esbuild/darwin-x64"packageispresentbutthisplatformneedsthe"@esbuild/darwin-arm64"packageinstead.看了一下安装时候的记录,安装的是@esbuild/darwin-arm64所以卸载npmuninstall-D@typ

Swift Package Manager - 语音依赖不加载

我在为我的项目创建Swift包时遇到问题。我有CocoaPods和TravisCI正在运行并且两者都在流畅地工作,但是我现在还打算通过SwiftPackageManager提供该项目。这就是我遇到问题的地方。我的包文件如下所示://swift-tools-version:4.2//Theswift-tools-versiondeclarestheminimumversionofSwiftrequiredtobuildthispackage.importPackageDescriptionletpackage=Package(name:"Voxosonus",products:[//Pr

安装git提示E: Package ‘git‘ has no installation candidate

安装git提示E:Package‘git’hasnoinstallationcandidate:安装git提示E:Package‘git‘hasnoinstallationcandidate安装git提示E:Package'git'hasnoinstallationcandidate:问题描述解决方案原因一原因二原因三(1)查看系统版本(2)修改源文件(3)增加国内源总结问题描述Linux系统(Ubuntu18.04.3)中使用apt工具安装git工具时出现E:Package‘git‘hasnoinstallationcandidate问题:E:Package'git'hasnoinstall

解决:Collecting package metadata (current_repodata.json)/ Solving environment

安装Pytorch时报错:Collectingpackagemetadata(current_repodata.json):-WARNINGconda.models.version:get_matcher(556):Using.*withrelationaloperatorissuperfluousanddeprecatedandwillberemovedinafutureversionofconda.Yourspecwas1.7.1.*,butcondaisignoringthe.*andtreatingitas1.7.1doneSolvingenvironment:unsuccessful

Collecting package metadata (current_repodata.json): failed

一、问题描述安装anaconda之后,想创建环境,用了下面这段代码:condacreate-npytorchpython=3.9conda创建环境报错了,报了如下这一堆:Collectingpackagemetadata(current_repodata.json):failedUnavailableInvalidChannel:Thechannelisnotaccessibleorisinvalid.channelname:simplechannelurl:https://pypi.tuna.tsinghua.edu.cn/simpleerrorcode:404Youwillneedtoad

解决运行js代码报错—Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs

目录❌报错信息🎈解决方案✔️执行结果❌报错信息vscode运行js代码报错:(node:20452)Warning:ToloadanESmodule,set"type":"module"inthepackage.jsonorusethe.mjsextension. #查看报错信息Warning:ToloadanESmodule,set"type":"module"inthepackage.jsonorusethe.mjsextension.警告:加载ES模块时,在package.json包中设置“type”:“module”或使用.mjs扩展名。🎈解决方案#解决方法1、安装新版node.js2

怎样更新R版本以及迁移packages

这次写一下更新R的一点问题。更新R遇到这么几个问题,Rstudio不能客户端更新,更新要不要再官网下载新的版本,更新后原来安装的包怎么迁移。1.官网下载更新这个不多说,和第一次安装R是一样的过程,没有太大的问题。2.使用installr包进行更新这种方法比较符合习惯使用R的用户install.packages('installr')library(installr)updateR()上面代码的运行,在Rstudio中不行,需要在Rgui中运行才可,按照提示,就可以更新。注:如果以前自己的packages不是放在默认位置,默认迁移的时候是有问题的,可以采用下面的方法迁移。3.迁移原来的packa

conda安装软件报兼容性问题的解决 Found conflicts! Looking for incompatible packages.failed.UnsatisfiableError

相关环境lsb_release-aNoLSBmodulesareavailable.DistributorID: UbuntuDescription: Ubuntu20.04.4LTSRelease: 20.04Codename: focalpython-VPython3.9.13whichpython/home/user/miniconda3/bin/pythonconda--versionconda22.9.0通过conda在base环境中安装特定的程序condainstall-cbiocondaA程序报错如下Collectingpackagemetadata(current_repoda