Created
January 12, 2021 19:48
-
-
Save jeanlucaslima/391ce3b7fca0bb31a0d0a496590e9a92 to your computer and use it in GitHub Desktop.
Bootstrap log error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 verbose cli [ | |
0 verbose cli '/usr/local/Cellar/node/15.5.1/bin/node', | |
0 verbose cli '/usr/local/bin/npm', | |
0 verbose cli 'run', | |
0 verbose cli 'js-lint' | |
0 verbose cli ] | |
1 info using [email protected] | |
2 info using [email protected] | |
3 timing config:load:defaults Completed in 1ms | |
4 timing config:load:file:/usr/local/lib/node_modules/npm/npmrc Completed in 1ms | |
5 timing config:load:builtin Completed in 1ms | |
6 timing config:load:cli Completed in 2ms | |
7 timing config:load:env Completed in 0ms | |
8 timing config:load:file:/Users/username/dev/project-folder/.npmrc Completed in 0ms | |
9 timing config:load:project Completed in 1ms | |
10 timing config:load:file:/Users/username/.npmrc Completed in 0ms | |
11 timing config:load:user Completed in 0ms | |
12 timing config:load:file:/usr/local/etc/npmrc Completed in 0ms | |
13 timing config:load:global Completed in 0ms | |
14 timing config:load:cafile Completed in 0ms | |
15 timing config:load:validate Completed in 1ms | |
16 timing config:load:setUserAgent Completed in 1ms | |
17 timing config:load:setEnvs Completed in 0ms | |
18 timing config:load Completed in 7ms | |
19 verbose npm-session 2d17b752399d0c13 | |
20 timing npm:load Completed in 14ms | |
21 timing command:run-script Completed in 1175ms | |
22 verbose stack Error: command failed | |
22 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/index.js:64:27) | |
22 verbose stack at ChildProcess.emit (node:events:376:20) | |
22 verbose stack at maybeClose (node:internal/child_process:1063:16) | |
22 verbose stack at Process.ChildProcess._handle.onexit (node:internal/child_process:295:5) | |
23 verbose pkgid [email protected] | |
24 verbose cwd /Users/username/dev/project-folder | |
25 verbose Darwin 20.2.0 | |
26 verbose argv "/usr/local/Cellar/node/15.5.1/bin/node" "/usr/local/bin/npm" "run" "js-lint" | |
27 verbose node v15.5.1 | |
28 verbose npm v7.3.0 | |
29 error code 2 | |
30 error path /Users/username/dev/project-folder | |
31 error command failed | |
32 error command sh -c eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives . | |
33 verbose exit 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment