bigfive / atom-sublime-select

Enable 'sublime style' multiline selection boxes to Atom editor http://atom.io
MIT License
233 stars 49 forks source link

Error when installing #151

Closed ghoetker closed 5 years ago

ghoetker commented 6 years ago

Hi. Trying to install on 1.23.0-beta1 on MacOS 10.13.1. Getting the following error. Please let me know if I can provide additional error. If issue is that I'm using a beta version, I totally get it. Thanks!

Installing “Sublime-Style-Column-Selection@1.7.4” failed.Hide output…
fs.js:640
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open '/Users/ghoetker/.atom/packages/Sublime-Style-Column-Selection/package.json'
    at Error (native)
    at Object.fs.openSync (fs.js:640:18)
    at Proxy.fs.readFileSync (fs.js:508:33)
    at Proxy.fs.readFileSync (/Applications/Atom Beta.app/Contents/Resources/app/apm/node_modules/asar-require/lib/require.js:86:27)
    at /Applications/Atom Beta.app/Contents/Resources/app/apm/lib/install.js:476:42
    at fn (/Applications/Atom Beta.app/Contents/Resources/app/apm/node_modules/async/lib/async.js:582:34)
    at Immediate.<anonymous> (/Applications/Atom Beta.app/Contents/Resources/app/apm/node_modules/async/lib/async.js:498:34)
    at runCallback (timers.js:649:20)
    at tryOnImmediate (timers.js:622:5)
    at processImmediate [as _immediateCallback] (timers.js:594:5)
sleeve commented 6 years ago

Seeing the same issue on Atom 1.23.1 x64 on MacOS 10.13.2.

ghoetker commented 6 years ago

Oddly, installation from the command line via apm seems to work just fine.

garethallenstringer commented 6 years ago

I am having the same issue in which I cannot install on Atom version 1.23.1 x64 on Windows 10

@ghoetker I also can't install with apm either

montykamath commented 6 years ago

I have the same problem. 1.23.1 on MacOS 10.13.1. I cannot install via the Ui or apm. Same error in both places.

TomJahncke commented 6 years ago

Same problem

nikolalkc commented 6 years ago

I have the same problem

keyhan commented 6 years ago

I had same problem, installed it manually and it works. Just download the zip from here and unpack it in the packages directory of atom, then restart Atom.

mnikogit commented 6 years ago

OS window7 with the same problem!

binbjz commented 6 years ago

+1 on mac pro

MR158 commented 6 years ago

I solved the problem after installing nodejs and python

craftykate commented 6 years ago

I had the same issue with the same error (on Mac OS 10.12.6) but installing with apm worked perfectly. apm install sublime-style-column-selection

gkrash commented 6 years ago

not sure if this helps or not... but I found that: apm install sublime-style-column-selection works fine, while apm install Sublime-Style-Column-Selection failed with the same error above

It appears that the local issue is maybe in package.json - that's the only place I can see where that particular string is. Hasn't been touched in a while though - but maybe something changed with how it works between the GUI installer and the web interface.. I'd offer a patch, changing that name to all lowercase, but I'm honestly not sure how to test it since it works locally..

marcwiest commented 6 years ago

Had the same problem ... then simply create the folder (Sublime-Style-Column-Selection) within /Users/username/.atom/packages and thereafter was able to install the package.

bkeating commented 6 years ago

Neither apm install sublime-style-column-selection nor manually creating the dir ./atom/packages/Sublime-Style-Column-Selection did it for me.

What worked was downloading this repo as a zip and unzipping to the manually created dir above.

I did not inspect the console--on the run, but thought I'd mention this hear to add to variations.

bigfive commented 5 years ago

Sorry, I took a bit of a hiatus from maintaining this.

I cant seem to replicate this issue now, though I don't have access to some of the operating systems reported. Does anyone have the issue currently? You might be able to test it by uninstalling and reinstalling through the package manager

ghoetker commented 5 years ago

I appear to have successfully installed in the interim. Not sure how at this point, but all seems to be working. MacOS. Thank you.


Glenn Hoetker Professor in Business Strategy

Melbourne Business School, University of Melbourne 200 Leicester Street, Carlton, Victoria 3053, Australia Email: Glenn.Hoetker@mbs.edumailto:Glenn.Hoetker@mbs.edu

[cid:image007.jpg@01D37974.EE7C09F0]

I acknowledge the Traditional Owners of the land on which I work, the Wurundjeri people of the Kulin Nations, and pay my respects to their Elders, past and present.

On 28 Sep 2018, at 5:59 pm, Jonathan Williams (jdub) notifications@github.com<mailto:notifications@github.com> wrote:

Sorry, I took a bit of a hiatus from maintaining this.

I cant seem to replicate this issue now, though I don't have access to some of the operating systems reported. Does anyone have the issue currently? You might be able to test it by uninstalling and reinstalling through the package manager

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/bigfive/atom-sublime-select/issues/151#issuecomment-425354908, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AB8YoH6Ppv883vTZo1L20MBmo0z8O0YEks5ufdbTgaJpZM4Q3GEw.

007Alice commented 10 months ago

I had same problem, installed it manually and it works. Just download the zip from here and unpack it in the packages directory of atom, then restart Atom.

It works, thank you.