01 2023 档案
Markdown
摘要:Markdown Note 字体标签 large:large字体 big:big字体 small: small字体 s: 删除线s ~~:~~Markdown 删除线内容~~ u: 下划线 *:斜体文本 _:斜体文本 i:HTML斜体文本 **:粗体文本 __:粗体文本 b:HTML加粗内容示例 s
阅读全文
node-sass 安装报错问题(Failed at the node-sass@4.14.1 postinstall script)
摘要:在npm install安装项目依赖包时报错 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js` npm ERR! Exit status 1
阅读全文