paul-gauthier / aider

aider is AI pair programming in your terminal
https://aider.chat/
Apache License 2.0
12.53k stars 1.19k forks source link

UnicodeDecodeError when trying to read non-text files #56

Closed JPDucky closed 11 months ago

JPDucky commented 12 months ago

Describe the bug When running the aider tool on a directory containing non-text files such as images (png, jpg, etc.), the program crashes with a UnicodeDecodeError.

To Reproduce Steps to reproduce the behavior:

  1. use /add on a directory that contains non-text files
  2. See error

Expected behavior The aider tool should be able to skip non-text files or handle them appropriately without crashing.

Error message

Traceback (most recent call last):
  File "/home/palmerd/.local/bin/aider", line 8, in <module>
    sys.exit(main())
  File "/home/palmerd/.local/lib/python3.11/site-packages/aider/main.py", line 299, in main
    coder.run()
  File "/home/palmerd/.local/lib/python3.11/site-packages/aider/coders/base_coder.py", line 366, in run
    new_user_message = self.send_new_user_message(new_user_message)
  File "/home/palmerd/.local/lib/python3.11/site-packages/aider/coders/base_coder.py", line 439, in send_new_user_message
    self.choose_fence()
  File "/home/palmerd/.local/lib/python3.11/site-packages/aider/coders/base_coder.py", line 290, in choose_fence
    all_content += Path(fname).read_text() + "\n"
  File "/usr/lib64/python3.11/pathlib.py", line 1059, in read_text
    return f.read()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte

Similar to issue #28 but I believe this is different enough behavior/usecase to create a separate issue.

What's happening:

Aider seems to be unable to handle files that are not UTF-8 encoded, and when /add is called on a directory that contains such files the programs errors and exits. I believe that aider should handle (at least by default) files that are not specifically UTF-8 text files by silently rejecting them or just ignoring them.

OS: fedora 37 python: 3.11.3 aider: installed with pip install git+https://github.com/paul-gauthier/aider.git so I'm assuming it's latest (update: 0.7.2)

pumanitro commented 12 months ago

Got the same error. If you have e.g. such sign: ❓ in your code you cannot add it to aider and the app throws an error.> UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 2024: character maps to <undefined>

paul-gauthier commented 12 months ago

I just merged a fix for this issue. You'll have to install the latest from github to pick it up. I'll release it to pypi soon.

Please let me know if you continue to see any unicode errors.

paul-gauthier commented 12 months ago

The fix is now on pypi in v0.8.0 and will be installed if you do pip install --upgrade aider-chat.

paul-gauthier commented 11 months ago

I'm going to close this issue, but feel free to re-open or file a new issue if you want to follow up.

lrrrrr commented 11 months ago

Is this fixed for windows as well? I just installed v0.8.2 from git. The same happens in cmd and powershell.

Traceback (most recent call last):
  File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Python310\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Python310\Scripts\aider.exe\__main__.py", line 7, in <module>
  File "C:\Python310\lib\site-packages\aider\main.py", line 369, in main
    coder.run()
  File "C:\Python310\lib\site-packages\aider\coders\base_coder.py", line 382, in run
    new_user_message = self.run_loop()
  File "C:\Python310\lib\site-packages\aider\coders\base_coder.py", line 423, in run_loop
    inp = self.io.get_input(
  File "C:\Python310\lib\site-packages\aider\io.py", line 184, in get_input
    completer_instance = AutoCompleter(root, rel_fnames, addable_rel_fnames, commands)
  File "C:\Python310\lib\site-packages\aider\io.py", line 44, in __init__
    content = f.read()
  File "C:\Python310\lib\encodings\cp1252.py", line 23, in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 338: character maps to <undefined>
paul-gauthier commented 11 months ago

Thanks for reporting this.

Apologies, I missed a couple of open() calls. I just pushed a fix, you can pick it up if you install from GitHub.

lrrrrr commented 11 months ago

Thanks for fixing it. I have tested the latest version (v0.8.2) from Git, and it seems to be working fine now.

paul-gauthier commented 11 months ago

I'm going to close this issue for now, but feel free to re-open or file a new issue if you have any further problems.

funkytaco commented 11 months ago

mypath.../node_modules/faker/lib/locales/it/name/first_name.js: 'utf-8' codec can't decode byte 0xf9 in position 5170: invalid start byte

Is there anyway to have Aider ignore node_modules?

I'm not sure if this issue is related, but I've already tried upgrading Aider.

It also seems to hang.

du -sh .aider.* 12K .aider.chat.history.md 27M .aider.ident.cache.v1 4.0K .aider.input.history 166M .aider.tags.cache.v1 (AI-CODING-ENV) neo@tulum  ~/Documents/Business/SmallCloud/git/ec-app-frontend   main ±  wc -l .aider.tags.cache.v1 wc: .aider.tags.cache.v1: read: Is a directory (AI-CODING-ENV) ✘ neo@tulum  ~/Documents/Business/SmallCloud/git/ec-app-frontend   main ±  ls .aider.tags.cache.v1 00 13 26 38 4c 5e 70 84 9a b1 c2 d3 e5 fa 01 14 27 39 4d 5f 71 86 9d b2 c3 d4 e6 fb 02 15 28 3a 4e 60 72 87 9e b3 c4 d6 e7 fc 03 16 29 3b 4f 61 73 88 9f b4 c5 d7 e8 fd 04 17 2b 3d 50 62 74 89 a0 b5 c6 d8 e9 fe 05 18 2c 3e 51 63 75 8b a1 b6 c7 d9 ea 07 19 2d 3f 52 64 76 8c a2 b7 c8 da ec 08 1a 2e 41 53 65 78 8d a4 b8 c9 db ef 09 1b 2f 42 54 66 79 8e a5 b9 ca dc f0 0a 1c 30 43 56 67 7a 8f a7 ba cache.db dd f1 0b 1d 31 44 57 68 7c 91 a8 bb cb de f2 0c 1e 32 46 58 69 7e 94 a9 bc cc df f3 0d 1f 33 47 59 6a 7f 95 aa bd cd e0 f4 0e 21 34 48 5a 6b 80 96 ab be ce e1 f6 0f 22 35 49 5b 6c 81 97 ac bf d0 e2 f7 10 23 36 4a 5c 6e 82 98 ae c0 d1 e3 f8 12 25 37 4b 5d 6f 83 99 af c1 d2 e4 f9

My project is 241M if I include Aiders 166M cache (so far).... it may have been caching things, but i'm not sure. It seems to be hanging....

funkytaco commented 11 months ago

Should I open a new issue? I've waited a few hours and it's doing nothing.

> what is this repo for                                                                                                               

/myproject/node_modules/@hapi/address/README.md: 'utf-8' codec can't decode byte 
0x96 in position 522: invalid start byte
/myproject/node_modules/@jest/core/build/assets/jest_logo.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/@webassemblyjs/ast/webassemblyjs-ast-1.7.10.tgz: 'utf-8' 
codec can't decode byte 0x8b in position 1: invalid start byte
/myproject/node_modules/@webassemblyjs/helper-code-frame/webassemblyjs-helper-code-f
rame-1.7.10.tgz: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
/myproject/node_modules/@webassemblyjs/helper-wasm-bytecode/webassemblyjs-helper-was
m-bytecode-1.7.10.tgz: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
/myproject/node_modules/@webassemblyjs/helper-wasm-section/webassemblyjs-helper-wasm
-section-1.7.10.tgz: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
/myproject/node_modules/@webassemblyjs/wasm-edit/webassemblyjs-wasm-edit-1.7.10.tgz:
'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
/myproject/node_modules/@webassemblyjs/wasm-gen/webassemblyjs-wasm-gen-1.7.10.tgz: 
'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
/myproject/node_modules/@webassemblyjs/wasm-opt/webassemblyjs-wasm-opt-1.7.10.tgz: 
'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
/myproject/node_modules/@webassemblyjs/wasm-parser/webassemblyjs-wasm-parser-1.7.10.
tgz: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
/myproject/node_modules/@webassemblyjs/wast-parser/webassemblyjs-wast-parser-1.7.10.
tgz: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
/myproject/node_modules/@webassemblyjs/wast-printer/webassemblyjs-wast-printer-1.7.1
0.tgz: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/adjust-sourcemap-loader/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.V.anonymousFunction27b2009e2800.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/adjust-sourcemap-loader/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.m.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/adjust-sourcemap-loader/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.V.anonymousFunction27b2009e2800.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/adjust-sourcemap-loader/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.m.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/adjust-sourcemap-loader/node_modules/json5/lib/parse.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "read.literal.push.formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/adjust-sourcemap-loader/node_modules/json5/lib/parse.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "read.literal.push.formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/adjust-sourcemap-loader/node_modules/json5/lib/stringify.js
", "pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "stringify.quoteString.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/adjust-sourcemap-loader/node_modules/json5/lib/stringify.js
", "pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "stringify.quoteString.replacements", "scopeKind": "variable"}'
/myproject/node_modules/chance/docs/inspector.png: 'utf-8' codec can't decode byte 
0x89 in position 0: invalid start byte
/myproject/node_modules/chance/docs/logo.png: 'utf-8' codec can't decode byte 0x89 
in position 0: invalid start byte
/myproject/node_modules/chokidar/node_modules/fsevents/fsevents.node: 'utf-8' codec 
can't decode byte 0xca in position 0: invalid continuation byte

/myproject/node_modules/detect-port-alt/logo.png: 'utf-8' codec can't decode byte 
0x89 in position 0: invalid start byte
/myproject/node_modules/dotenv-expand/dotenv-expand.png: 'utf-8' codec can't decode 
byte 0x89 in position 0: invalid start byte
/myproject/node_modules/extglob/lib/.DS_Store: 'utf-8' codec can't decode byte 0x80 
in position 3131: invalid start byte
/myproject/node_modules/faker/lib/locales/it/name/first_name.js: 'utf-8' codec can't
decode byte 0xf9 in position 5170: invalid start byte
/myproject/node_modules/fsevents/fsevents.node: 'utf-8' codec can't decode byte 0xcf
in position 0: invalid continuation byte
/myproject/node_modules/growly/example/cake.png: 'utf-8' codec can't decode byte 
0x89 in position 0: invalid start byte
/myproject/node_modules/growly/example/muffin.png: 'utf-8' codec can't decode byte 
0x89 in position 0: invalid start byte
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0¡¢£¤¥¦§¨/", "kind": 
"property", "scope": "module.exports.cp922", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0¡¢£¤¥¦§¨/", "kind": 
"property", "scope": "module.exports.iso88591", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0¡¢£¤¥¦§¨/", "kind": 
"property", "scope": "module.exports.iso88599", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0¡¢£¤¥¦§œ/", "kind": 
"property", "scope": "module.exports.cp1129", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0¡¢£€¥¦§œ/", "kind": 
"property", "scope": "module.exports.cp1163", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0¡¢£€¥Š§š/", "kind": 
"property", "scope": "module.exports.iso885915", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0ÀÂÈÊËÎÏ´/", "kind": 
"property", "scope": "module.exports.hproman8", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0ĄąŁ€„Š§/", "kind": 
"property", "scope": "module.exports.iso885916", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0ĄĒĢĪĨĶ§Ļ/", "kind": 
"property", "scope": "module.exports.iso885910", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0ĄĸŖ¤ĨĻ§¨/", "kind": 
"property", "scope": "module.exports.iso88594", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0Ą˘Ł¤ĽŚ§¨/", "kind": 
"property", "scope": "module.exports.iso88592", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0Ħ˘£¤�Ĥ§¨/", "kind": 
"property", "scope": "module.exports.iso88593", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0ЁЂЃЄЅІЇЈ/", "kind": 
"property", "scope": "module.exports.iso88595", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0ЁЂҐЄЅІЇЈ/", "kind": 
"property", "scope": "module.exports.cp1124", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0กขฃคฅฆ/", "kind": 
"property", "scope": "module.exports.iso885911", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0ກຂຄງຈສ/", "kind": 
"property", "scope": "module.exports.cp1133", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0Ḃḃ£ĊċḊ§/", "kind": 
"property", "scope": "module.exports.iso885914", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0‘’£€₯¦/", "kind": 
"property", "scope": "module.exports.iso88597", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0”¢£¤„¦§/", "kind": 
"property", "scope": "module.exports.iso885913", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0�¢£¤¥¦§¨/", "kind": 
"property", "scope": "module.exports.iso88598", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0�և։)(»«—/", "kind": 
"property", "scope": "module.exports.armscii8", "scopeKind": "property"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 175 (char 174)
'{"_type": "tag", "name": "chars", "path": 
"/myproject/node_modules/iconv-lite/encodings/sbcs-data-generated.js", "pattern": 
"/^    \\"chars\\": \\"\x80\x81\x82\x83\x84'
Error parsing ctags output: Expecting value: line 1 column 1 (char 0)
'\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0���¤��/", "kind": 
"property", "scope": "module.exports.iso88596", "scopeKind": "property"}'
/myproject/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png: 
'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/jest-haste-map/node_modules/fsevents/build/Release/.node: 
'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
/myproject/node_modules/jest-haste-map/node_modules/fsevents/build/Release/fse.node:
'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
/myproject/node_modules/jest-haste-map/node_modules/fsevents/build/Release/obj.targe
t/fse/fsevents.o: 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.js", "pattern": "/^\\t        
\'\\\\\\\\u2028\': \'\\\\\\\\\\\\\\\\u2028\',$/", "kind": "property", "scope": "stringify.quoteString.replacements", "scopeKind": 
"variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.js", "pattern": "/^\\t        
\'\\\\\\\\u2028\': \'\\\\\\\\\\\\\\\\u2028\',$/", "kind": "property", "scope": "formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.js", "pattern": "/^\\t        
\'\\\\\\\\u2029\': \'\\\\\\\\\\\\\\\\u2029\',$/", "kind": "property", "scope": "stringify.quoteString.replacements", "scopeKind": 
"variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.js", "pattern": "/^\\t        
\'\\\\\\\\u2029\': \'\\\\\\\\\\\\\\\\u2029\',$/", "kind": "property", "scope": "formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.min.js", "pattern": 
"/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": "property", 
"scope": "Du.B.anonymousObjectd4337da95a05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.min.js", "pattern": 
"/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": "property", 
"scope": "Du.Fu.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.min.js", "pattern": 
"/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": "property", 
"scope": "Du.B.anonymousObjectd4337da95a05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.min.js", "pattern": 
"/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": "property", 
"scope": "Du.Fu.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.min.mjs", "pattern": "/^var 
Space_Separator=\\\\/[\\\\\\\\u1680\\\\\\\\u2000-\\\\\\\\u200A\\\\\\\\u202F\\\\\\\\u205F\\\\\\\\u3000]\\\\/,ID_Start=\\\\/[\\\\\\\\xAA
\\\\\\\\xB5\\\\\\\\xB/", "kind": "property", "scope": "push.E.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.min.mjs", "pattern": "/^var 
Space_Separator=\\\\/[\\\\\\\\u1680\\\\\\\\u2000-\\\\\\\\u200A\\\\\\\\u202F\\\\\\\\u205F\\\\\\\\u3000]\\\\/,ID_Start=\\\\/[\\\\\\\\xAA
\\\\\\\\xB5\\\\\\\\xB/", "kind": "property", "scope": "push.formatChar.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.min.mjs", "pattern": "/^var 
Space_Separator=\\\\/[\\\\\\\\u1680\\\\\\\\u2000-\\\\\\\\u200A\\\\\\\\u202F\\\\\\\\u205F\\\\\\\\u3000]\\\\/,ID_Start=\\\\/[\\\\\\\\xAA
\\\\\\\\xB5\\\\\\\\xB/", "kind": "property", "scope": "push.E.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.min.mjs", "pattern": "/^var 
Space_Separator=\\\\/[\\\\\\\\u1680\\\\\\\\u2000-\\\\\\\\u200A\\\\\\\\u202F\\\\\\\\u205F\\\\\\\\u3000]\\\\/,ID_Start=\\\\/[\\\\\\\\xAA
\\\\\\\\xB5\\\\\\\\xB/", "kind": "property", "scope": "push.formatChar.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.mjs", "pattern": "/^          
\'\\\\\\\\u2028\': \'\\\\\\\\\\\\\\\\u2028\',$/", "kind": "property", "scope": "stringify.quoteString.replacements", "scopeKind": 
"variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.mjs", "pattern": "/^        
\'\\\\\\\\u2028\': \'\\\\\\\\\\\\\\\\u2028\',$/", "kind": "property", "scope": "formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.mjs", "pattern": "/^          
\'\\\\\\\\u2029\': \'\\\\\\\\\\\\\\\\u2029\',$/", "kind": "property", "scope": "stringify.quoteString.replacements", "scopeKind": 
"variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/dist/index.mjs", "pattern": "/^        
\'\\\\\\\\u2029\': \'\\\\\\\\\\\\\\\\u2029\',$/", "kind": "property", "scope": "formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/lib/parse.js", "pattern": "/^        
\'\\\\\\\\u2028\': \'\\\\\\\\\\\\\\\\u2028\',$/", "kind": "property", "scope": "formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/lib/parse.js", "pattern": "/^        
\'\\\\\\\\u2029\': \'\\\\\\\\\\\\\\\\u2029\',$/", "kind": "property", "scope": "formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/lib/stringify.js", "pattern": "/^        
\'\\\\\\\\u2028\': \'\\\\\\\\\\\\\\\\u2028\',$/", "kind": "property", "scope": "module.exports.quoteString.replacements", "scopeKind":
"variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/json5/lib/stringify.js", "pattern": "/^        
\'\\\\\\\\u2029\': \'\\\\\\\\\\\\\\\\u2029\',$/", "kind": "property", "scope": "module.exports.quoteString.replacements", "scopeKind":
"variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/loader-utils/node_modules/json5/dist/index.js",
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.V.anonymousFunctiona25f96682800.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/loader-utils/node_modules/json5/dist/index.js",
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.m.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/loader-utils/node_modules/json5/dist/index.js",
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.V.anonymousFunctiona25f96682800.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/loader-utils/node_modules/json5/dist/index.js",
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.m.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/loader-utils/node_modules/json5/lib/parse.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "read.literal.push.formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/loader-utils/node_modules/json5/lib/parse.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "read.literal.push.formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/loader-utils/node_modules/json5/lib/stringify.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "stringify.quoteString.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/loader-utils/node_modules/json5/lib/stringify.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "stringify.quoteString.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/lodash.template/index.js", "pattern": "/^  
\'\\\\\\\\u2028\': \'u2028\',$/", "kind": "property", "scope": "stringEscapes", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/lodash.template/index.js", "pattern": "/^  
\'\\\\\\\\u2029\': \'u2029\'$/", "kind": "property", "scope": "stringEscapes", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/lodash/_escapeStringChar.js", "pattern": "/^  
\'\\\\\\\\u2028\': \'u2028\',$/", "kind": "property", "scope": "stringEscapes", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/lodash/_escapeStringChar.js", "pattern": "/^  
\'\\\\\\\\u2029\': \'u2029\'$/", "kind": "property", "scope": "stringEscapes", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/lodash/lodash.js", "pattern": "/^    
\'\\\\\\\\u2028\': \'u2028\',$/", "kind": "property", "scope": "anonymousFunctionbbc380830100.stringEscapes", "scopeKind": 
"variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/lodash/lodash.js", "pattern": "/^    
\'\\\\\\\\u2029\': \'u2029\'$/", "kind": "property", "scope": "anonymousFunctionbbc380830100.stringEscapes", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/lodash/lodash.min.js", "pattern": 
"/^\\"\\\\\\\\u0176\\":\\"Y\\",\\"\\\\\\\\u0177\\":\\"y\\",\\"\\\\\\\\u0178\\":\\"Y\\",\\"\\\\\\\\u0179\\":\\"Z\\",\\"\\\\\\\\u017b\\"
:\\"Z\\",\\"\\\\\\\\u017d\\":\\"Z\\",\\"\\\\\\\\u017a\\":\\"z/", "kind": "property", "scope": "anonymousObject014db2551205", 
"scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/lodash/lodash.min.js", "pattern": 
"/^\\"\\\\\\\\u0176\\":\\"Y\\",\\"\\\\\\\\u0177\\":\\"y\\",\\"\\\\\\\\u0178\\":\\"Y\\",\\"\\\\\\\\u0179\\":\\"Z\\",\\"\\\\\\\\u017b\\"
:\\"Z\\",\\"\\\\\\\\u017d\\":\\"Z\\",\\"\\\\\\\\u017a\\":\\"z/", "kind": "property", "scope": "anonymousObject014db2551205", 
"scopeKind": "variable"}'
/myproject/node_modules/micromatch/lib/.DS_Store: 'utf-8' codec can't decode byte 
0x80 in position 3131: invalid start byte
/myproject/node_modules/node-forge/flash/swf/SocketPool.swf: 'utf-8' codec can't 
decode byte 0x96 in position 5: invalid start byte
/myproject/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Conte
nts/MacOS/terminal-notifier: 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
/myproject/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Conte
nts/Resources/Terminal.icns: 'utf-8' codec can't decode byte 0xa2 in position 6: invalid start byte
/myproject/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Conte
nts/Resources/en.lproj/InfoPlist.strings: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
/myproject/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Conte
nts/Resources/en.lproj/MainMenu.nib: 'utf-8' codec can't decode byte 0xd4 in position 8: invalid continuation byte
/myproject/node_modules/node-notifier/vendor/notifu/notifu.exe: 'utf-8' codec can't 
decode byte 0x90 in position 2: invalid start byte
/myproject/node_modules/node-notifier/vendor/notifu/notifu64.exe: 'utf-8' codec 
can't decode byte 0x90 in position 2: invalid start byte
/myproject/node_modules/node-notifier/vendor/snoreToast/SnoreToast.exe: 'utf-8' 
codec can't decode byte 0x90 in position 2: invalid start byte
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/react-dev-utils/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.V.anonymousFunctiond510568c2800.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/react-dev-utils/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.m.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/react-dev-utils/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.V.anonymousFunctiond510568c2800.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/react-dev-utils/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.m.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/react-dev-utils/node_modules/json5/lib/parse.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "read.literal.push.formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/react-dev-utils/node_modules/json5/lib/parse.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "read.literal.push.formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/react-dev-utils/node_modules/json5/lib/stringify.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "stringify.quoteString.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/react-dev-utils/node_modules/json5/lib/stringify.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "stringify.quoteString.replacements", "scopeKind": "variable"}'
/myproject/node_modules/renderkid/docs/images/bullets-1.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/renderkid/docs/images/display.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/renderkid/docs/images/usage.png: 'utf-8' codec can't decode 
byte 0x89 in position 0: invalid start byte
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/resolve-url-loader/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.V.anonymousFunction743fb9572800.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/resolve-url-loader/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.m.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/resolve-url-loader/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.V.anonymousFunction743fb9572800.D", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/resolve-url-loader/node_modules/json5/dist/index.js", 
"pattern": "/^!function(u,D){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?module.exports=D():\\"function/", "kind": 
"property", "scope": "I.m.e", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/resolve-url-loader/node_modules/json5/lib/parse.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "read.literal.push.formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/resolve-url-loader/node_modules/json5/lib/parse.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "read.literal.push.formatChar.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/resolve-url-loader/node_modules/json5/lib/stringify.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "stringify.quoteString.replacements", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": 
"/myproject/node_modules/resolve-url-loader/node_modules/json5/lib/stringify.js", 
"pattern": "/^\'use strict\';Object.defineProperty(exports,\'__esModule\',{value:true});var _typeof=typeof Symbol=/", "kind": 
"property", "scope": "stringify.quoteString.replacements", "scopeKind": "variable"}'
/myproject/node_modules/retry/equation.gif: 'utf-8' codec can't decode byte 0xaf in 
position 6: invalid start byte
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/serialize-javascript/index.js", "pattern": "/^ 
\'\\\\\\\\u2028\': \'\\\\\\\\\\\\\\\\u2028\',$/", "kind": "property", "scope": "ESCAPED_CHARS", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/serialize-javascript/index.js", "pattern": "/^ 
\'\\\\\\\\u2029\': \'\\\\\\\\\\\\\\\\u2029\'$/", "kind": "property", "scope": "ESCAPED_CHARS", "scopeKind": "variable"}'
/myproject/node_modules/serve-index/public/icons/application_xp.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/application_xp_terminal.png: 
'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/box.png: 'utf-8' codec can't decode
byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/cd.png: 'utf-8' codec can't decode 
byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/controller.png: 'utf-8' codec can't
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/drive.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/film.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/folder.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/font.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/image.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/map.png: 'utf-8' codec can't decode
byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_add.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_attach.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_code.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_copy.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_delete.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_edit.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_error.png: 'utf-8' codec can't
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_excel.png: 'utf-8' codec can't
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_find.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_gear.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_go.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_green.png: 'utf-8' codec can't
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_key.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_lightning.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_link.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_paintbrush.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_paste.png: 'utf-8' codec can't
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_red.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_refresh.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_save.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white.png: 'utf-8' codec can't
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_acrobat.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_actionscript.png: 
'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_add.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_c.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_camera.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_cd.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_code.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_code_red.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_coldfusion.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_compressed.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_copy.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_cplusplus.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_csharp.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_cup.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_database.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_delete.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_dvd.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_edit.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_error.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_excel.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_find.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_flash.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_freehand.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_gear.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_get.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_go.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_h.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_horizontal.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_key.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_lightning.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_link.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_magnify.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_medal.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_office.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_paint.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_paintbrush.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_paste.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_php.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_picture.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_powerpoint.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_put.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_ruby.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_stack.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_star.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_swoosh.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_text.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_text_width.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_tux.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_vector.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_visualstudio.png: 
'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_width.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_word.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_world.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_wrench.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_white_zip.png: 'utf-8' codec 
can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_word.png: 'utf-8' codec can't 
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/serve-index/public/icons/page_world.png: 'utf-8' codec can't
decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/stream-http/test/server/static/browserify.png: 'utf-8' codec
can't decode byte 0x89 in position 0: invalid start byte
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/terser/dist/bundle.min.js", "pattern": 
"/^!function(e,t){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?t(exports,require(\\"source-ma/", "kind": "property", 
"scope": "anonymousFunctiond6a085310300.o.n.i.v", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/terser/dist/bundle.min.js", "pattern": 
"/^!function(e,t){\\"object\\"==typeof exports&&\\"undefined\\"!=typeof module?t(exports,require(\\"source-ma/", "kind": "property", 
"scope": "anonymousFunctiond6a085310300.o.n.i.v", "scopeKind": "variable"}'
/myproject/node_modules/typescript/ThirdPartyNoticeText.txt: 'utf-8' codec can't 
decode byte 0xa0 in position 6038: invalid start byte
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/tsc.js", "pattern": "/^        
\\"\\\\\\\\u0085\\": \\"\\\\\\\\\\\\\\\\u0085\\"$/", "kind": "property", "scope": 
"anonymousFunction9a000614b600.anonymousObject9a000614d305", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/tsc.js", "pattern": "/^        
\\"\\\\\\\\u2028\\": \\"\\\\\\\\\\\\\\\\u2028\\",$/", "kind": "property", "scope": 
"anonymousFunction9a000614b600.anonymousObject9a000614d305", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/tsc.js", "pattern": "/^        
\\"\\\\\\\\u2029\\": \\"\\\\\\\\\\\\\\\\u2029\\",$/", "kind": "property", "scope": 
"anonymousFunction9a000614b600.anonymousObject9a000614d305", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/tsserver.js", "pattern": "/^    
\\"\\\\\\\\u0085\\": \\"\\\\\\\\\\\\\\\\u0085\\" \\\\/\\\\/ nextLine$/", "kind": "property", "scope": 
"anonymousFunction87bb1ec812300.anonymousObject87bb1ec814605", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/tsserver.js", "pattern": "/^    
\\"\\\\\\\\u2028\\": \\"\\\\\\\\\\\\\\\\u2028\\",$/", "kind": "property", "scope": 
"anonymousFunction87bb1ec812300.anonymousObject87bb1ec814605", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/tsserver.js", "pattern": "/^    
\\"\\\\\\\\u2029\\": \\"\\\\\\\\\\\\\\\\u2029\\",$/", "kind": "property", "scope": 
"anonymousFunction87bb1ec812300.anonymousObject87bb1ec814605", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/tsserverlibrary.js", "pattern": 
"/^        \\"\\\\\\\\u0085\\": \\"\\\\\\\\\\\\\\\\u0085\\" \\\\/\\\\/ nextLine$/", "kind": "property", "scope": 
"anonymousFunction7974c7dd12a00.anonymousObject7974c7dd14d05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/tsserverlibrary.js", "pattern": 
"/^        \\"\\\\\\\\u2028\\": \\"\\\\\\\\\\\\\\\\u2028\\",$/", "kind": "property", "scope": 
"anonymousFunction7974c7dd12a00.anonymousObject7974c7dd14d05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/tsserverlibrary.js", "pattern": 
"/^        \\"\\\\\\\\u2029\\": \\"\\\\\\\\\\\\\\\\u2029\\",$/", "kind": "property", "scope": 
"anonymousFunction7974c7dd12a00.anonymousObject7974c7dd14d05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/typescript.js", "pattern": "/^  
\\"\\\\\\\\u0085\\": \\"\\\\\\\\\\\\\\\\u0085\\" \\\\/\\\\/ nextLine$/", "kind": "property", "scope": 
"anonymousFunctionbc9b036112a00.anonymousObjectbc9b036114d05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/typescript.js", "pattern": "/^  
\\"\\\\\\\\u2028\\": \\"\\\\\\\\\\\\\\\\u2028\\",$/", "kind": "property", "scope": 
"anonymousFunctionbc9b036112a00.anonymousObjectbc9b036114d05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/typescript.js", "pattern": "/^  
\\"\\\\\\\\u2029\\": \\"\\\\\\\\\\\\\\\\u2029\\",$/", "kind": "property", "scope": 
"anonymousFunctionbc9b036112a00.anonymousObjectbc9b036114d05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/typescriptServices.js", 
"pattern": "/^        \\"\\\\\\\\u0085\\": \\"\\\\\\\\\\\\\\\\u0085\\" \\\\/\\\\/ nextLine$/", "kind": "property", "scope": 
"anonymousFunctione5170d8512a00.anonymousObjecte5170d8514d05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/typescriptServices.js", 
"pattern": "/^        \\"\\\\\\\\u2028\\": \\"\\\\\\\\\\\\\\\\u2028\\",$/", "kind": "property", "scope": 
"anonymousFunctione5170d8512a00.anonymousObjecte5170d8514d05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/typescriptServices.js", 
"pattern": "/^        \\"\\\\\\\\u2029\\": \\"\\\\\\\\\\\\\\\\u2029\\",$/", "kind": "property", "scope": 
"anonymousFunctione5170d8512a00.anonymousObjecte5170d8514d05", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/typingsInstaller.js", "pattern":
"/^        \\"\\\\\\\\u0085\\": \\"\\\\\\\\\\\\\\\\u0085\\" \\\\/\\\\/ nextLine$/", "kind": "property", "scope": 
"anonymousFunction2230e80612300.anonymousObject2230e80614605", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/typingsInstaller.js", "pattern":
"/^        \\"\\\\\\\\u2028\\": \\"\\\\\\\\\\\\\\\\u2028\\",$/", "kind": "property", "scope": 
"anonymousFunction2230e80612300.anonymousObject2230e80614605", "scopeKind": "variable"}'
Error parsing ctags output: Unterminated string starting at: line 1 column 26 (char 25)
'{"_type": "tag", "name": "'
Error parsing ctags output: Extra data: line 1 column 5 (char 4)
'", "path": "/myproject/node_modules/typescript/lib/typingsInstaller.js", "pattern":
"/^        \\"\\\\\\\\u2029\\": \\"\\\\\\\\\\\\\\\\u2029\\",$/", "kind": "property", "scope": 
"anonymousFunction2230e80612300.anonymousObject2230e80614605", "scopeKind": "variable"}'
/myproject/node_modules/unique-filename/coverage/sort-arrow-sprite.png: 'utf-8' 
codec can't decode byte 0x89 in position 0: invalid start byte
/myproject/node_modules/watchpack-chokidar2/node_modules/fsevents/build/Release/.nod
e: 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
/myproject/node_modules/watchpack-chokidar2/node_modules/fsevents/build/Release/fse.
node: 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
/myproject/node_modules/watchpack-chokidar2/node_modules/fsevents/build/Release/obj.
target/fse/fsevents.o: 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
/myproject/node_modules/webpack-dev-server/node_modules/fsevents/build/Release/.node
: 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
/myproject/node_modules/webpack-dev-server/node_modules/fsevents/build/Release/fse.n
ode: 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
/myproject/node_modules/webpack-dev-server/node_modules/fsevents/build/Release/obj.t
arget/fse/fsevents.o: 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte
/myproject/node_modules/workbox-precaching/.DS_Store: 'utf-8' codec can't decode 
byte 0xf5 in position 549: invalid start byte
/opt/homebrew/Cellar/python@3.11/3.11.4_1/Frameworks/Python.framework/Versions/3.11/bin/python3.11: 'utf-8' codec can't decode byte 
0xcf in position 0: invalid continuation byte
^[[C