|
@@ -0,0 +1,90 @@
|
|
1
|
+Arguments:
|
|
2
|
+ D:\applications\nodejs\node.exe D:\node\node_global\node_modules\yarn\bin\yarn.js add -D @tarojs/cli@3.3.2
|
|
3
|
+
|
|
4
|
+PATH:
|
|
5
|
+ E:\app\admin\product\11.2.0\dbhome_1\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;D:\applications\Python39\Scripts\;D:\applications\Python39\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\applications\Microsoft VS Code\bin;D:\applications\Git\cmd;D:\applications\nvm;D:\applications\nodejs;D:\applications\Go1.17\bin;D:\applications\NetSarang\Xshell 7\;D:\node\node_global;D:\node\node_global\bin;E:\Go\bin;D:\applications\flutter\bin;D:\applications\dart-sdk\bin;D:\applications\gradle-7.4.1\bin;D:\applications\Java\jdk1.8.0_311\bin;C:\Program Files\dotnet\;D:\applications\apache-tomcat-8.5.81\bin;D:\applications\SQLite;D:\applications\ffmpeg-5.1-essentials_build\bin;D:\applications\Tencent\微信web开发者工具\dll;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;D:\applications\Android\Sdk\platform-tools;;D:\applications\微信web开发者工具\dll;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\DTS\Binn\;C:\Users\admin\AppData\Local\Microsoft\WindowsApps;D:\applications\nvm;D:\applications\nodejs;C:\Users\admin\go\bin;D:\applications\JetBrains\IntelliJ IDEA 2021.3.2\bin;D:\applications\Fiddler;C:\Users\admin\.dotnet\tools;C:\Users\admin\AppData\Local\GitHubDesktop\bin;D:\applications\Bandizip\
|
|
6
|
+
|
|
7
|
+Yarn version:
|
|
8
|
+ 1.22.17
|
|
9
|
+
|
|
10
|
+Node version:
|
|
11
|
+ 16.14.0
|
|
12
|
+
|
|
13
|
+Platform:
|
|
14
|
+ win32 x64
|
|
15
|
+
|
|
16
|
+Trace:
|
|
17
|
+ Error: certificate has expired
|
|
18
|
+ at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)
|
|
19
|
+ at TLSSocket.emit (node:events:520:28)
|
|
20
|
+ at TLSSocket._finishInit (node:_tls_wrap:944:8)
|
|
21
|
+ at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12)
|
|
22
|
+
|
|
23
|
+npm manifest:
|
|
24
|
+ {
|
|
25
|
+ "name": "miniapp",
|
|
26
|
+ "version": "1.0.0",
|
|
27
|
+ "private": true,
|
|
28
|
+ "description": "十公里",
|
|
29
|
+ "templateInfo": {
|
|
30
|
+ "name": "default",
|
|
31
|
+ "typescript": false,
|
|
32
|
+ "css": "less"
|
|
33
|
+ },
|
|
34
|
+ "scripts": {
|
|
35
|
+ "build:weapp": "taro build --type weapp",
|
|
36
|
+ "build:swan": "taro build --type swan",
|
|
37
|
+ "build:alipay": "taro build --type alipay",
|
|
38
|
+ "build:tt": "taro build --type tt",
|
|
39
|
+ "build:h5": "taro build --type h5",
|
|
40
|
+ "build:rn": "taro build --type rn",
|
|
41
|
+ "build:qq": "taro build --type qq",
|
|
42
|
+ "build:jd": "taro build --type jd",
|
|
43
|
+ "build:quickapp": "taro build --type quickapp",
|
|
44
|
+ "dev:weapp": "npm run build:weapp -- --watch",
|
|
45
|
+ "dev:swan": "npm run build:swan -- --watch",
|
|
46
|
+ "dev:alipay": "npm run build:alipay -- --watch",
|
|
47
|
+ "dev:tt": "npm run build:tt -- --watch",
|
|
48
|
+ "dev:h5": "npm run build:h5 -- --watch",
|
|
49
|
+ "dev:rn": "npm run build:rn -- --watch",
|
|
50
|
+ "dev:qq": "npm run build:qq -- --watch",
|
|
51
|
+ "dev:jd": "npm run build:jd -- --watch",
|
|
52
|
+ "dev:quickapp": "npm run build:quickapp -- --watch"
|
|
53
|
+ },
|
|
54
|
+ "browserslist": [
|
|
55
|
+ "last 3 versions",
|
|
56
|
+ "Android >= 4.1",
|
|
57
|
+ "ios >= 8"
|
|
58
|
+ ],
|
|
59
|
+ "author": "",
|
|
60
|
+ "dependencies": {
|
|
61
|
+ "@babel/runtime": "^7.7.7",
|
|
62
|
+ "@tarojs/components": "3.3.2",
|
|
63
|
+ "@tarojs/react": "3.3.2",
|
|
64
|
+ "@tarojs/runtime": "3.3.2",
|
|
65
|
+ "@tarojs/taro": "3.3.2",
|
|
66
|
+ "@zjxpcyc/react-tiny-store": "^1.0.0",
|
|
67
|
+ "react": "^17.0.0",
|
|
68
|
+ "react-dom": "^17.0.0"
|
|
69
|
+ },
|
|
70
|
+ "devDependencies": {
|
|
71
|
+ "@babel/core": "^7.8.0",
|
|
72
|
+ "@tarojs/mini-runner": "3.3.2",
|
|
73
|
+ "@tarojs/webpack-runner": "3.3.2",
|
|
74
|
+ "@types/react": "^17.0.2",
|
|
75
|
+ "@types/webpack-env": "^1.13.6",
|
|
76
|
+ "babel-preset-taro": "3.3.2",
|
|
77
|
+ "eslint": "^6.8.0",
|
|
78
|
+ "eslint-config-taro": "3.3.2",
|
|
79
|
+ "eslint-plugin-import": "^2.12.0",
|
|
80
|
+ "eslint-plugin-react": "^7.8.2",
|
|
81
|
+ "eslint-plugin-react-hooks": "^4.2.0",
|
|
82
|
+ "stylelint": "9.3.0"
|
|
83
|
+ }
|
|
84
|
+ }
|
|
85
|
+
|
|
86
|
+yarn manifest:
|
|
87
|
+ No manifest
|
|
88
|
+
|
|
89
|
+Lockfile:
|
|
90
|
+ No lockfile
|