nrm —— 快速切换 NPM 源
nrm 是一个 NPM 源管理工具,可以允许快速的切换,npm源.
安装
1 | npm install -g nrm |
划船不用桨 一生全靠浪
1 | npm --registry https://registry.npm.taobao.org install express |
1 | npm config set registry https://registry.npm.taobao.org |
1 | npm install -g cnpm --registry=https://registry.npm.taobao.org |
1 | git clone https://yourname @gitlab.dev/project/Project.git |
选择这种安装方式,主要针对的是只安装了单一版本的node,没有通过nvm管理node,所以采取以下安装方式,虽然有点麻烦
通过 brew -v 查看,如果有相关的版本号,说明安装成功,如果没有就需要安装homebrew
1 | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
1 | https://dev.bangcle.com |
1 | jarsigner -verbose -keystore 证书名.keystore -signedjar 签名之后的文件.apk 需要签名的文件.apk 证书名 |
另外需要注意的是,如果你的jdk版本在1.7以上,你在对apk签名时,需要加上这个参数。
1 | -digestalg SHA1 -sigalg MD5withRSA |
1 | 输入密钥库的密码短语: |
1 | react-native --version |
1 | npm info react-native |
1 | npm install |
或者
1 | npm install --save react-native@0.57.4 |
去Apple Developer Downloads搜索Hardware IO Tools for Xcode
,下载最新的就行
,安装后,在系统偏好设置的最下边,就能看到了,打开即可
1 | EDGE(2G) |
https://www.wireshark.org/#download
1 | rvictl -s uuid |
1 | What went wrong: |
或者
1 | What went wrong: |
第一种可能
这个错误的可能原因是gradle deamon的缓存问题,关掉cradle deamon,重新再执行一次就可以解决。
$ ./gradlew –stop 然后 ./gradlew stop
第二种可能
在项目/app/build.gradle里面配置如下:
找到project.ext.react
然后
1 | project.ext.react = [ |
在项目的gradle.properties中:设置android.enableAapt2=false
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true