HexoEditor icon indicating copy to clipboard operation
HexoEditor copied to clipboard

npm安装失败

Open atlasnq opened this issue 5 years ago • 6 comments

请问这种问题该怎么解决啊?

npm ERR! code ETARGET npm ERR! notarget No matching version found for js-sequence-diagrams@^1000000.0.6 npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! notarget npm ERR! notarget It was specified as a dependency of 'HexoEditor' npm ERR! notarget

npm ERR! A complete log of this run can be found in: npm ERR! C:\Program Files\nodejs\npm_cache_logs\2019-07-03T12_06_57_924Z-debug.log

atlasnq avatar Jul 03 '19 12:07 atlasnq

我也出现了这个问题,原因是js-sequence-diagrams@^1000000.0.6被下架了,请求作者更新 https://github.com/codimd/server/issues/39

Misui0mg avatar Jul 12 '19 03:07 Misui0mg

还找到解决办法欸,后来就没装,直接在markdown写了

atlasnq avatar Jul 12 '19 04:07 atlasnq

ubuntu 19.04系统上也出现了同样的错误。

xugaoxiang avatar Jul 19 '19 05:07 xugaoxiang

使用hexo-admin也可以写。

xugaoxiang avatar Jul 22 '19 09:07 xugaoxiang

使用hexo-admin也可以写。

谢谢分享,我尝试一下

atlasnq avatar Jul 22 '19 09:07 atlasnq

我目前的解决方法是,写完blog手动双击运行脚本(.bat)上传

cd (your hexo path)
hexo g  && hexo d

Misui0mg avatar Jul 22 '19 09:07 Misui0mg

npm install [email protected]

Author: CrazyJums Link: https://jums.club/hexo-editor/#3-%E5%85%8B%E9%9A%86%E4%BB%A3%E7%A0%81%E5%8F%8A%E5%AE%89%E8%A3%85 Source: CrazyJums Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

zhuxinkai avatar Nov 14 '21 00:11 zhuxinkai