Я пытаюсь отладить проект Popcorn Desktop: https://github.com/popcorn-official/popcorn-desktop
С кодом Visual Studio. Я сталкиваюсь с проблемой при попытке запустить программу и получаю эту ошибку:
/usr/local/bin/node --nolazy --inspect-brk=34766 node_modules/gulp/bin/gulp.js build
Debugger listening on ws://127.0.0.1:34766/764acb18-ccc5-4e50-afca-331342e9c739
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Branch: development
gulpfile.js:465
Commit: 0adc8c72
gulpfile.js:466
Stylus files compiled in /Users/***/Documents/GitHub/popcorn-desktop/src/app/themes/
gulpfile.js:488
Error: Command failed: npm ls --production=true --parseable=true
gulpfile.js:91
Using v0.44.5 (sdk)
events.js:311
Create cache folder in /Users/***/Documents/GitHub/popcorn-desktop/cache/0.44.5-sdk
events.js:311
Using cache for: osx64
events.js:311
Create release folder in /Users/***/Documents/GitHub/popcorn-desktop/build/Popcorn-Time/osx64
Есть идеи, что мне не хватает?