我正在尝试使用命令" Install-Package jsreport.Embedded"安装jsreport.Embedded。在Visual Studio 2015社区版的程序包管理器控制台中。 安装失败,并显示以下错误日志:
尝试收集包的依赖性信息' jsreport.Embedded.1.0.1'关于项目' Temple Billing',目标' .NETFramework,Version = v4.5.2' 试图解决包的依赖关系' jsreport.Embedded.1.0.1'与DependencyBehavior'最低' 解决安装包的行为' jsreport.Embedded.1.0.1' 解决了安装软件包的问题' jsreport.Embedded.1.0.1' 添加包' jsreport.Embedded.1.0.1'到文件夹' C:\ Users \ usr \ OneDrive \ TB \ packages' 添加了包' jsreport.Embedded.1.0.1'到文件夹' C:\ Users \ usr \ OneDrive \ TB \ packages' 添加了包' jsreport.Embedded.1.0.1' to' packages.config' 执行脚本文件' C:\ Users \ usr \ OneDrive \ TB \ packages \ jsreport.Embedded.1.0.1 \ tools \ install.ps1' 将C:\ Users \ usr \ OneDrive \ TB \ packages \ jsreport.Embedded.1.0.1 \ tools \ jsreport \ install.cmd复制到C:\ Users \ usr \ OneDrive \ TB \ jsreport 运行C:\ Users \ usr \ OneDrive \ TB \ jsreport \ install.cmd install.cmd:module.js:328 在C:\ Users \ usr \ OneDrive \ TB \ packages \ jsreport.Embedded.1.0.1 \ tools \ install.ps1:138 char:3 +& $ INSTALLPATH + ~~~~~~~~~~~~~~ + CategoryInfo:NotSpecified:(module.js:328:String)[],RemoteException + FullyQualifiedErrorId:NativeCommandError
throw err;
^
错误:找不到模块' C:\ Users \ usr \ OneDrive \ packages \ jsreport.Embedded.1.0.1 \ tools \ install.js' 在Function.Module._resolveFilename(module.js:326:15) 在Function.Module._load(module.js:277:25) 在Function.Module.runMain(module.js:430:10) 在启动时(node.js:141:18) 在node.js:980:3
安装失败。滚回来... 删除了包' jsreport.Embedded.1.0.1:jsreport.Client [1.0.0,),Microsoft.Bcl.Async [1.0.168,),Newtonsoft.Json [9.0.1,),Node.js [ 5.3.0,),Npm [3.5.2,)'来自' packages.config' 删除包' jsreport.Embedded.1.0.1:jsreport.Client [1.0.0,),Microsoft.Bcl.Async [1.0.168,),Newtonsoft.Json [9.0.1,),Node.js [ 5.3.0,),Npm [3.5.2,)'来自文件夹' C:\ Users \ usr \ OneDrive \ TB \ packages' 删除了包' jsreport.Embedded.1.0.1:jsreport.Client [1.0.0,),Microsoft.Bcl.Async [1.0.168,),Newtonsoft.Json [9.0.1,),Node.js [ 5.3.0,),Npm [3.5.2,)'来自文件夹' C:\ Users \ usr \ OneDrive \ TB \ packages' 安装包:无法从npm安装jsreport,请查看install-log.txt以获取详细信息 在行:1个字符:1 + Install-Package jsreport.Embedded + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo:NotSpecified:(:) [Install-Package],Exception + FullyQualifiedErrorId:NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
install-log.txt文件为空。
有人可以帮忙吗?
答案 0 :(得分:1)
jsreport.Embedded nuget目前希望安装到解决方案目录中的项目中。请在新项目向导中选择“为解决方案创建目录”。