摘要:
如果在ubuntu中直接使用sudo apt-get install nodejs npm 的命令,可能会导致node版本过低或者npm安装失败 想要在ubuntu中正确安装nodejs及npm,应该先添加nodeSource的签名key,然后安装 (以node.14版本举例) 1.添加key cu 阅读全文
摘要:
1. 安装sass 较新的版本不需要配置sass-loader等一系列插件,安装即用。 npm install --save-dev sass 2. 编写App.tsx中的基本DOM 更改app.css为app.scss,并删除其中全部内容 使用如下代码替换app.tsx中的内容 import ". 阅读全文
摘要:
App.js: 1 import React from 'react' 2 import { StyleSheet, Text, View } from 'react-native' 3 import {NavigationContainer} from '@react-navigation/nat 阅读全文
摘要:
删除 C:\Users\UserName\AppData\Roaming\Google\AndroidStudio4.1\disabled_plugins.txt 解决问题 阅读全文
摘要:
主要内容 .noUse { cursor: not-allowed; pointer-events: none; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); - 阅读全文