You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this package like it is described under "Usage" does not work, there is no menu showing up where the packages can be ignored/added/removed if I use Packages - Package Switch - Create Bundle from Atom's menu or package-switch:create in the Ctrl-Shift-P menu.
Looking at the "Toggle Developer Tools" - Console, there is an error:
Uncaught (in promise) Error: Could not find a file at path '/home/pemm/.atom/packages/package-switch/lib/../stylesheets/select-list.less'
at ThemeManager.requireStylesheet (/usr/share/atom/reso…tatic/<embedded>:11)
at main.js:26
at Object.l [as createCommonjsModule] (/home/pemm/.atom/pa…-plus-77e47392.js:1)
at Object.<anonymous> (main.js:1)
at Object.<anonymous> (bundles.ts:215)
at Module.get_Module._compile (/usr/share/atom/reso…tatic/<embedded>:11)
at Object.value [as .js] (/usr/share/atom/reso…tatic/<embedded>:11)
at Module.load (internal/modules/cjs/loader.js:701)
at tryModuleLoad (internal/modules/cjs/loader.js:633)
at Function.Module._load (internal/modules/cjs/loader.js:625)
at Module.require (index.js:72)
at require (/usr/share/atom/reso…tatic/<embedded>:11)
at main.ts:32
And trying to use the package-switch:create command directly in the "Toggle Developer Tools" - Console returns:
Uncaught SyntaxError: Unexpected token switch VM1162:1
Please help.
The text was updated successfully, but these errors were encountered:
Using this package like it is described under "Usage" does not work, there is no menu showing up where the packages can be ignored/added/removed if I use Packages - Package Switch - Create Bundle from Atom's menu or package-switch:create in the Ctrl-Shift-P menu.
Looking at the "Toggle Developer Tools" - Console, there is an error:
And trying to use the package-switch:create command directly in the "Toggle Developer Tools" - Console returns:
Uncaught SyntaxError: Unexpected token switch VM1162:1
Please help.
The text was updated successfully, but these errors were encountered: