dpo / atom-python-debugger

IDE-like Python debugger for Atom
MIT License
42 stars 13 forks source link

Failed to activate: Invalid or unexpected token #27

Closed bsonge closed 6 years ago

bsonge commented 7 years ago

{ SyntaxError: Invalid or unexpected token at Module.get_Module._compile (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\src\native-compile-cache.js:94:1) at Object.value [as .coffee] (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\src\compile-cache.js:230:1) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) at Function.Module._load (module.js:424:3) at Module.require (file:///C:/Users/w909781/AppData/Local/atom/app-1.17.0/resources/app/static/index.js:47:45) at require (internal/module.js:20:19) at customRequire (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\static\:73:1) at Package.module.exports.Package.requireMainModule (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\src\package.js:887:1) at Package.module.exports.Package.activateNow (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\src\package.js:242:1) at C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\src\package.js:1014:1 at Function.module.exports.Emitter.simpleDispatch (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\node_modules\event-kit\lib\emitter.js:25:1) at Emitter.module.exports.Emitter.emit (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\node_modules\event-kit\lib\emitter.js:141:1) at C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\src\package-manager.js:655:1 at Set.forEach (native) at PackageManager.module.exports.PackageManager.activatePackage (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\src\package-manager.js:653:1) at C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\node_modules\settings-view\lib\package-manager.js:519:1 at exit (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\node_modules\settings-view\lib\package-manager.js:128:1) at triggerExitCallback (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\src\buffered-process.js:338:1) at ChildProcess. (C:\Users\w909781\AppData\Local\atom\app-1.17.0\resources\app\src\buffered-process.js:368:1) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) }

Won't load for some reason.

dpo commented 6 years ago

Sorry for the late reply. I'm not sure how to debug this. It seems you're on Windows with Atom 1.17. Could you try again with an updated version of Atom after uninstalling/reinstalling atom-python-debugger?