-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
154 lines (146 loc) · 7.68 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js
PATH:
C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Docker\Docker\Resources\bin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\PuTTY\;C:\Program Files (x86)\Druide\Antidote 8\Programmes64\;C:\Program Files (x86)\Druide\Antidote 8\Programmes32\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;C:\Program Files\Git\cmd;C:\Program Files (x86)\OpenSSH\bin;C:\ProgramData\chocolatey\bin;C:\Program Files\nodejs\;C:\Program Files (x86)\Yarn\bin\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Smart Projects\DVDVob2Mpg;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\JSONBuddy;C:\Users\p\AppData\Local\Microsoft\WindowsApps;C:\Users\p\AppData\Local\rodeo\app-2.5.2\bin;C:\Program Files\Heroku\bin;C:\Users\p\AppData\Local\atom\bin;C:\Program Files (x86)\OpenSSH\bin;C:\Program Files\MongoDB\Server\3.6\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\;C:\met\.meteor;C:\Program Files (x86)\7-Zip;C:\Users\p\AppData\Roaming\npm;C:\Users\p\AppData\Local\Yarn\bin;C:\Users\p\AppData\Local\Programs\Fiddler;C:\Users\p\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Docker Toolbox;C:\Users\p\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\p\AppData\Local\Programs\Python\Python36\Scripts;C:\Users\p\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin
Yarn version:
1.6.0
Node version:
9.11.1
Platform:
win32 x64
Trace:
Error: https://registry.yarnpkg.com/browser-detect/-/browser-detect-0.2.28.tgz: ENOSPC: no space left on device, write
npm manifest:
{
"name": "angular-ngrx-material-starter",
"version": "7.4.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"docker-start": "ng serve --host 0.0.0.0",
"build": "ng build",
"test": "npm run lint && ng test --configuration=test",
"lint": "ng lint",
"e2e": "ng e2e",
"watch": "ng test --configuration=test --browsers ChromeHeadless --watch",
"build:prod": "ng build --prod --vendor-chunk",
"clean": "rimraf ./dist/",
"server": "node ./server.js",
"prod": "npm run clean && npm run build:prod && npm run server",
"ci": "npm run clean && npm run format:test && ng lint && ng test --configuration=test --browsers ChromeTravisCi --code-coverage && ng e2e && npm run cy:ci && npm run accessibility && npm run build:prod -- --deploy-url /angular-ngrx-material-starter/ --base-href /angular-ngrx-material-starter",
"release": "standard-version && git push --follow-tags origin master",
"format:write": "prettier '{src,e2e,cypress}/**/*.{ts,json,md,scss}' --write",
"format:test": "prettier '{src,e2e,cypress}/**/*.{ts,json,md,scss}' --list-different",
"analyze": "npm run clean && npm run build:prod -- --stats-json && webpack-bundle-analyzer ./dist/stats.json",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate && node .all-contributors-html.js",
"contributors:check": "all-contributors check",
"cy:open": "cypress open",
"cy:run": "cypress run",
"precy:ci": "npm run build:prod -- --deploy-url \"/angular-ngrx-material-starter/\" --base-href \"/angular-ngrx-material-starter\"",
"cy:ci": "npm-run-all --parallel --race server \"cy:run -- --config=baseUrl=http://localhost:4000\"",
"preaccessibility": "npm run build:prod -- --deploy-url \"/angular-ngrx-material-starter/\" --base-href \"/angular-ngrx-material-starter\"",
"accessibility": "npm-run-all --parallel --race server accessibility:run",
"accessibility:run": "pa11y-ci --threshold 250",
"compodoc": "compodoc -p src/tsconfig.app.json",
"docker:prod": "docker-compose -f Production.docker-compose.yml build",
"docker:prod-up": "docker-compose -f Production.docker-compose.yml up",
"docker:prod-down": "docker-compose -f Production.docker-compose.yml down"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm run lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"{src,e2e,cypress}/**/*.{ts,json,md,scss}": [
"prettier --write",
"git add"
]
},
"private": true,
"dependencies": {
"@angular/animations": "^7.0.3",
"@angular/cdk": "^7.0.2",
"@angular/common": "^7.0.3",
"@angular/compiler": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/forms": "^7.0.3",
"@angular/http": "^7.0.3",
"@angular/material": "^7.0.2",
"@angular/platform-browser": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",
"@angular/router": "^7.0.3",
"@fortawesome/angular-fontawesome": "^0.3.0",
"@fortawesome/fontawesome-free": "^5.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@ngrx/effects": "^7.0.0-beta.0",
"@ngrx/entity": "^7.0.0-beta.0",
"@ngrx/router-store": "^7.0.0-beta.0",
"@ngrx/store": "^7.0.0-beta.0",
"@ngrx/store-devtools": "^7.0.0-beta.0",
"@ngx-translate/core": "^11.0.0",
"@ngx-translate/http-loader": "^4.0.0",
"bootstrap": "^4.1.3",
"browser-detect": "^0.2.28",
"core-js": "^2.5.4",
"hammerjs": "^2.0.8",
"rxjs": "^6.3.3",
"uuid": "^3.3.2",
"web-animations-js": "^2.2.5",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.10.4",
"@angular-extensions/testing-library": "^3.0.3",
"@angular/cli": "^7.0.4",
"@angular/compiler-cli": "^7.0.3",
"@angular/language-service": "^7.0.3",
"@bahmutov/add-typescript-to-cypress": "^2.0.0",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@compodoc/compodoc": "^1.1.7",
"@types/jasmine": "~2.8.9",
"@types/jasminewd2": "^2.0.5",
"@types/node": "^10.12.2",
"all-contributors-cli": "^5.4.1",
"codelyzer": "~4.5.0",
"cypress": "^3.1.3",
"express": "^4.16.4",
"husky": "^1.1.3",
"jasmine-core": "~3.2.1",
"jasmine-marbles": "^0.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "~1.3.1",
"karma-spec-reporter": "~0.0.32",
"lint-staged": "^7.3.0",
"ngrx-store-freeze": "^0.2.4",
"npm-run-all": "^4.1.5",
"pa11y-ci": "^2.1.1",
"prettier": "^1.14.3",
"protractor": "^5.4.1",
"rimraf": "^2.6.2",
"standard-version": "4.2.0",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "^3.1.6",
"webpack-bundle-analyzer": "^3.0.3"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile