filecat 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/dist/313.bundle.js +1 -1
- package/build/dist/489.bundle.js +1 -1
- package/build/dist/665.bundle.js +1 -1
- package/build/dist/943.bundle.js +1 -1
- package/build/dist/977.bundle.js +1 -1
- package/build/dist/bundle.js +1 -1
- package/build/main.js +15 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ url: http://116.198.245.137:5569/
|
|
|
14
14
|
### 2. npm 方式运行
|
|
15
15
|
- 如果你的服务器上已经安装了node和npm,使用 `npm install filecat -g`全局安装,后然后使用`filecat`命令即可运行,或者`npm install filecat`安装到本项目下,使用`npx filecat `运行;
|
|
16
16
|
- 如果网络比较差,可以使用淘宝镜像源`npm config set registry https://registry.npmmirror.com`。或者,安装的时候临时使用淘宝镜像源`npm install -g filecat --registry https://registry.npmmirror.com`。
|
|
17
|
-
- 许多依赖是预构建放在github上的,如果主机环境访问github
|
|
17
|
+
- 许多依赖是预构建放在github上的,如果主机环境访问github很慢(多尝试几下也许就好了),需要编译,查看报错后安装诸如`npm -g install node-addon-api`的依赖。在windwos上编译可能遇到的问题可以查看这个链接 https://blog.csdn.net/jjocwc/article/details/134152602
|
|
18
18
|
### 3. 二进制文件方式运行
|
|
19
19
|
下载[最新release](https://github.com/xiaobaidadada/filecat/releases)
|
|
20
20
|
然后使用各个平台的可执行程序运行;(windows在可执行系统信息中处理器如果是AMD就是x64或者arm,linux输入`uname -m`);
|