iTimeTraveler / hexo-theme-hipaper

A fashional newspaper theme for Hexo.
https://itimetraveler.github.io/hexo-theme-hipaper/
MIT License
249 stars 77 forks source link

win32 #40

Open landscience opened 4 years ago

landscience commented 4 years ago

hi, I like this theme very much. Could you help me use this in win32? I don't know how to slove the problem: $ npm install hexo-deployer-git --save npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

5 packages are looking for funding run npm fund for details

found 2 low severity vulnerabilities run npm audit fix to fix them, or npm audit for details

ocsxxi commented 3 years ago

建议你在64位的平台上用,32位的会有一定的问题在里面。

fsevents确实在windows上会有这种问题,这个包是mac用的

这个包应该在packagejson里面已经有了,不用单独装。 建议你在工程文件夹里面 npm install 一下,如果没有提示问题的话,就可以不管他。