-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyarn-error.log
71 lines (60 loc) · 3.52 KB
/
yarn-error.log
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
69
70
71
Arguments:
/usr/bin/node /usr/share/yarn/bin/yarn.js serve
PATH:
/home/olabli/.pyenv/plugins/pyenv-virtualenv/shims:/home/olabli/.pyenv/shims:/home/olabli/.pyenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Program Files/Oculus/Support/oculus-runtime:/mnt/c/Program Files/AdoptOpenJDK/jdk-11.0.9.101-hotspot/bin:/mnt/c/Program Files/AdoptOpenJDK/jdk-8.0.275.1-hotspot/bin:/mnt/c/Python39/Scripts/:/mnt/c/Python39/:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/mnt/c/Program Files/nodejs/:/mnt/c/ProgramData/chocolatey/bin:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/Ola/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/Ola/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/Ola/AppData/Roaming/npm:/snap/bin
Yarn version:
1.22.5
Node version:
10.23.2
Platform:
linux x64
Trace:
SyntaxError: /mnt/d/Repositories/styleguide/package.json: Unexpected token / in JSON at position 443
at JSON.parse (<anonymous>)
at /usr/share/yarn/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/share/yarn/lib/cli.js:310:30)
at /usr/share/yarn/lib/cli.js:321:13
npm manifest:
{
"name": "kungbib-styleguide",
"version": "2.0.0",
"description": "Guidelines for quickly setting up UI in apps and services at the National Library of Sweden.",
"main": "index.js",
"repository": "git@github.com:Kungbib/styleguide.git",
"author": "Ola Blissing <ola.blissing@gmail.com>",
"contributors": [
"Mattias Bolin <bolin.mattias@gmail.com>"
],
"license": "Apache-2.0",
"scripts": {
"serve": "mkdocs serve", // && yarn run sass:watch",
"postinstall": "yarn run clear_vendor && yarn run copy_vendor",
"clear_vendor": "rm -rf ./theme/vendor",
"create_vendor": "mkdir -p ./theme/vendor/",
"copy_vendor": "yarn run create_vendor && yarn run copy_styles && yarn run copy_assets && yarn run copy_bootstrap",
"copy_bootstrap": "mkdir -p ./theme/vendor/js/ && cp -r ./node_modules/bootstrap/dist/js/bootstrap.min.js ./theme/vendor/js/",
"copy_styles": "cp -r ./node_modules/kungbib-styles/lib/css/ ./theme/vendor/",
"copy_assets": "mkdir -p ./theme/vendor/assets && cp -r ./node_modules/kungbib-styles/lib/assets/ ./theme/vendor/",
"sass:build": "sass ./theme/styles/main.scss ./theme/css/main.css",
"sass:watch": "sass --watch ./theme/styles/main.scss ./theme/css/main.css",
"build": "yarn run sass:build && mkdocs build",
"deploy": "yarn run build && ./deploy.sh"
},
"dependencies": {
"bootstrap": "^5.0.0-beta1",
"kungbib-styles": "Kungbib/styles"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
bootstrap@^5.0.0-beta1:
version "5.0.0-beta1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0-beta1.tgz#18135001a452b3ec38b344ac638a1f9549285ee7"
integrity sha512-UrHApw/WRmT7l2rlDdn5iXr7Jps/LlMZtJlLn9G41aGDfss48hyDeYyHtX1C6NHKVcmdUarGG+ve0LZB5iHyTQ==
kungbib-styles@Kungbib/styles:
version "2.0.0"
resolved "https://codeload.github.com/Kungbib/styles/tar.gz/9c799d47c0f14ed0a147e2c907ca3004155a44ca"