问题标签 [aphrodite]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
413 浏览

r - 无法在 R 中安装包包

我正在使用 version 3.6.2。我已经在论坛中提到了这篇文章,但似乎没有帮助。包可以在这里找到

我正在尝试安装包,但不幸的是它会引发错误,如下所示。我收到以下 2 个错误之一

错误:无法从 GitHub 安装“Aphrodite”:(从警告转换)无法访问存储库https://OHDSI.github.io/drat/bin/windows/contrib/3.6的索引:无法打开 URL ' https:// OHDSI.github.io/drat/bin/windows/contrib/3.6/PACKAGES '

错误:无法从 GitHub 安装“Aphrodite”:(从警告转换)安装包“C:/Users/test/AppData/Local/Temp/RtmpEzlckw/file29a84d6a1a43/Aphrodite_2.0.tar.gz”有非零退出地位

有人可以帮我解决这个错误吗?我不是技术人员,但任何解决此问题的帮助都会非常有用

0 投票
1 回答
44 浏览

reactjs - React + Aphrodite 字体

我在使用 Aphrodite 在 React 中添加字体时遇到问题。

在 Aphrodite 文档(https://github.com/Khan/aphrodite)中,我们描述了如何将我们的字体添​​加到项目中,但它对我不起作用。

在终端(vsc)中,在 npm start 之后我没有看到任何错误,但在浏览器(chrome)中我有这个:TypeError: _nested.set is not a function。

有没有人有类似的问题?