ele828 / hexo-prism-plugin

Hexo plugin for code highlighting by prism.js, supporting JSX syntax
204 stars 51 forks source link

静态资源无法加载 #42

Open Gerogina6 opened 6 years ago

Gerogina6 commented 6 years ago

调试报错:Refused to apply style from 'http://localhost:4000/css/prism_atom-dark.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

install插件的时候说rollback了 npm WARN rollback Rolling back node-pre-gyp@0.6.39 failed (this is probably harmless): EPERM: operation not permitted, lstat 'D:\BLOG\node_modules\fsevents\node_modules' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

ele828 commented 5 years ago

你的node和npm是什么版本呢?EPERM: operation not permitted看上去这个错误跟node和权限有关系。

ele828 commented 5 years ago

资源无法加载,跟你npm安装rollback应该是有关系的。