-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
68 lines (59 loc) · 2.31 KB
/
Copy pathyarn-error.log
File metadata and controls
68 lines (59 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js start
PATH:
C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Java\jdk1.8.0_221\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\HashiCorp\Vagrant\bin;C:\Program Files (x86)\Yarn\bin\;C:\ProgramData\chocolatey\bin;C:\Users\lcsli\AppData\Local\Microsoft\WindowsApps;C:\Users\lcsli\AppData\Roaming\Composer\vendor\bin;C:\Users\lcsli\AppData\Local\GitHubDesktop\bin;C:\Users\lcsli\AppData\Roaming\npm;C:\Users\lcsli\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\lcsli\AppData\Local\JetBrains\IntelliJ IDEA 2019.2.4\bin;;C:\Users\lcsli\AppData\Local\Yarn\bin
Yarn version:
1.22.0
Node version:
12.9.1
Platform:
win32 x64
Trace:
SyntaxError: C:\Users\lcsli\workspace\Busterflix\package.json: Unexpected string in JSON at position 751
at JSON.parse (<anonymous>)
at C:\Program Files (x86)\Yarn\lib\cli.js:1625:59
at Generator.next (<anonymous>)
at step (C:\Program Files (x86)\Yarn\lib\cli.js:310:30)
at C:\Program Files (x86)\Yarn\lib\cli.js:321:13
npm manifest:
{
"name": "busterflix",
"version": "1.0.0",
"description": "Java + React Application",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lcslimas/JavaReact.git"
},
"keywords": [
"Java",
"React"
],
"author": "Lucas Lima",
"license": "ISC",
"bugs": {
"url": "https://github.com/lcslimas/JavaReact/issues"
},
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"rest": "^1.3.1"
},
"scripts": {
"watch": "webpack --watch -d"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
}
"homepage": "https://github.com/lcslimas/JavaReact#readme"
}
yarn manifest:
No manifest
Lockfile:
No lockfile