
node
文章平均质量分 61
wooc
这个作者很懒,什么都没留下…
展开
-
Error: Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64
Error: Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64)node-sass 不支持 mac m1原创 2022-10-28 10:37:22 · 10284 阅读 · 1 评论 -
gulp 构建项目:‘ error TS6082: Only ‘amd‘ and ‘system‘ modules are supported alongside --outFile.’
gulp 打包 node ts项目 报错 error TS6082: Only 'amd' and 'system' modules are supported alongside --outFile.原创 2022-06-13 16:39:07 · 1306 阅读 · 0 评论 -
ts 报错:‘new‘ expression, whose target lacks a construct signature, implicitly has an ‘any‘ type.
ts 报错:'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.原创 2022-06-02 10:49:29 · 3830 阅读 · 0 评论 -
ora 的物料库 —— cli-spinners 是什么?
cli-spinners在 ora 源码分析 ———— ora 怎么实现的? 这篇文章中有提到过 cli-spinners 这个库,它也是 ora 的核心物料库,提供着 ‘定格动画中的每一帧画面’。Github 是这样描述的The list of spinners is just a JSON file and can be used wherever.You probably want to use one of these spinners through the ora module.原创 2022-01-24 23:18:06 · 904 阅读 · 2 评论 -
Linux——centos7搭建node + Nginx + vue + mysql 的服务安装详细步骤
一、安装所需的软件二、进行具体配置三、使用以下配置及安装为已运行实测的笔记整理,严格按照该步骤进行配置,大概率上不会有问题。不懂linux的小白也可配置使用。当然,最好还是了解一些linux基本的命令和文件的作用,可能会更好一些。欢迎评论区交流!!!配置centos镜像源整理1、先将原文件备份mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak2、下载阿里源wget -O /etc/yum.re原创 2020-11-06 10:34:09 · 1816 阅读 · 1 评论 -
npm包实践与常见问题
npm发布及常见问题引用:https://mp.weixin.qq.com/s/Z7mB4Z4Z6wkCJKrXFFumcQ记一次最近发布npm包的基本流程及遇到的问题。注册1、在npm官网注册https://www.npmjs.com/2、在命令行中注册npm adduser// 按提示输入Username、Password、Email完成注册登录tip:在官网上登录时,用户名一定不要使用邮箱登录,npm login// 按提示输入Username、Password、Email原创 2020-10-08 14:36:46 · 401 阅读 · 0 评论