摘要:
// 布尔 a: boolean = true // 数字 a: number = 1 // 字符串 a: string = '1' // 数组 a: number[] = [1,2,3] // 元组 tuple (已知数量与类型) a: [string, number] // 枚举 enum a: 阅读全文
posted @ 2021-08-12 18:03
残月落红衣
阅读(34)
评论(0)
推荐(0)
摘要:
create-react-app (项目名字)--template typescript 阅读全文
posted @ 2021-08-12 14:23
残月落红衣
阅读(50)
评论(0)
推荐(0)
摘要:
sudo npm i --unsafe-perm 原因还是权限问题 就是说 npm 出于安全考虑不支持以 root 用户运行,即使你用 root 用户身份运行了,npm 会自动转成一个叫 nobody 的用户来运行,而这个用户几乎没有任何权限。这样的话如果你脚本里有一些需要权限的操作,比如写文件(尤 阅读全文
posted @ 2021-08-12 10:42
残月落红衣
阅读(212)
评论(0)
推荐(0)

浙公网安备 33010602011771号