mirror of
https://github.com/NYCPlanning/labs-geojson2mvt.git
synced 2025-12-08 19:46:30 +00:00
37 lines
1.7 KiB
Plaintext
37 lines
1.7 KiB
Plaintext
0 info it worked if it ends with ok
|
|
1 verbose cli [ '/usr/local/Cellar/node/7.5.0/bin/node',
|
|
1 verbose cli '/usr/local/bin/npm',
|
|
1 verbose cli 'version',
|
|
1 verbose cli 'patch',
|
|
1 verbose cli '-m',
|
|
1 verbose cli 'make main method take geojson object instead of filepath' ]
|
|
2 info using npm@4.1.2
|
|
3 info using node@v7.5.0
|
|
4 info git [ 'status', '--porcelain' ]
|
|
5 verbose stack Error: Git working directory not clean.
|
|
5 verbose stack M README.md
|
|
5 verbose stack M package.json
|
|
5 verbose stack M src/index.js
|
|
5 verbose stack at /usr/local/lib/node_modules/npm/lib/version.js:247:19
|
|
5 verbose stack at /usr/local/lib/node_modules/npm/lib/utils/no-progress-while-running.js:21:8
|
|
5 verbose stack at ChildProcess.exithandler (child_process.js:202:7)
|
|
5 verbose stack at emitTwo (events.js:106:13)
|
|
5 verbose stack at ChildProcess.emit (events.js:192:7)
|
|
5 verbose stack at maybeClose (internal/child_process.js:890:16)
|
|
5 verbose stack at Socket.<anonymous> (internal/child_process.js:334:11)
|
|
5 verbose stack at emitOne (events.js:96:13)
|
|
5 verbose stack at Socket.emit (events.js:189:7)
|
|
5 verbose stack at Pipe._handle.close [as _onclose] (net.js:501:12)
|
|
6 verbose cwd /Users/chriswhong/Sites/geojson2mvt/example
|
|
7 error Darwin 15.6.0
|
|
8 error argv "/usr/local/Cellar/node/7.5.0/bin/node" "/usr/local/bin/npm" "version" "patch" "-m" "make main method take geojson object instead of filepath"
|
|
9 error node v7.5.0
|
|
10 error npm v4.1.2
|
|
11 error Git working directory not clean.
|
|
11 error M README.md
|
|
11 error M package.json
|
|
11 error M src/index.js
|
|
12 error If you need help, you may report this error at:
|
|
12 error <https://github.com/npm/npm/issues>
|
|
13 verbose exit [ 1, true ]
|