nodeSolidServer / nodeSolidServer/node-solid-server
Yarn install error
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.8k
- 派生
- 308
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi,
When I try to install solid-server@5.2.2 with yarn it fails because @solid/acl-check rdflib dependency expects node version to be ^6.0.
The output :
yarn global v1.21.1
[1/4] Resolving packages...
warning solid-server > nodemailer@3.1.8: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
warning solid-server > solid-auth-client > @solid/oidc-rp > text-encoding@0.6.4: no longer maintained
warning solid-server > rdflib > solid-auth-cli > @solid/cli > @solid/oidc-rp > text-encoding@0.6.4: no longer maintained
warning solid-server > solid-auth-client > @solid/oidc-rp > @solid/jose > text-encoding@0.6.4: no longer maintained
warning solid-server > solid-auth-client > @solid/oidc-rp > @trust/webcrypto > text-encoding@0.6.4: no longer maintained
warning solid-server > webid > rdflib > coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
warning solid-server > mashlib > solid-ui > node-uuid@1.4.8: Use uuid module instead
warning solid-server > mashlib > solid-panes > pane-registry > @types/rdflib@1.0.5: This is a stub types definition. rdflib provides its own type definitions, so you do not need this installed.
[2/4] Fetching packages...
info fsevents@1.2.8: The platform "linux" is incompatible with this module.
info "fsevents@1.2.8" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.9: The platform "linux" is incompatible with this module.
info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.0.7: The platform "linux" is incompatible with this module.
info "fsevents@2.0.7" is an optional dependency and failed compatibility check. Excluding it from installation.
error rdflib@0.12.3: The engine "node" is incompatible with this module. Expected version "^6.0". Got "12.13.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,在 Node 12.13.1 上使用 Yarn 为 solid-server@5.2.2 重现该故障,然后检查涉及 rdflib 和 @solid/acl-check 的依赖声明。报告的 Node engine 冲突得到解决,并且安装完成时不再出现不兼容模块错误,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, node.js
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100