svengiebel / atom-compile-less

Just a Atom.io Package for compiling LESS-Files to CSS-Files with some neat settings.
MIT License
5 stars 4 forks source link

Atom crash after installing this package #33

Open qiubi8801 opened 5 years ago

qiubi8801 commented 5 years ago

I installed ATOM in my mac, and install atom-compile-less to compile .less files. But, ATOM crashed after installing the package. Pls help me!

Mac: macOS High Sierra 10.13.6 ATOM: 1.29.0 x64 atom-compile-less: 0.12.0 atom-compile-less is the only package which is installed in ATOM.

Thanks

theking2 commented 5 years ago

It's a month later. atom-compile-less still crashes atom after it is installed.

svengiebel commented 5 years ago

Please be so kind and read the README of the repo. It is no longer maintained. Feel free to Fork it and fix it. I dont have the resources at the moment, sorry!

Asher- commented 5 years ago

I rewrote the package in ES6, added sourcemap support and some other configurations. Pull request is here https://github.com/svengiebel/atom-compile-less/pull/34 and my fork is here https://github.com/Asher-/atom-compile-less.

Asher- commented 5 years ago

Installation from GitHub is possible by cloning the repo and then in the directory: apm link

svengiebel commented 5 years ago

Thanks @Asher- your PR is merged!

ilcasco-hectora commented 5 years ago

Thanks @Asher- your PR is merged!

Eventought that, the package still crashes when installing it...

Asher- commented 5 years ago

Are you working from GitHub or from the npm package? I have no access to the npm package, so nothing has changed. If it is crashing from GitHub, please let me know more details so I can investigate. It's been working great for me.

ilcasco-hectora commented 5 years ago

Are you working from GitHub or from the npm package? I have no access to the npm package, so nothing has changed. If it is crashing from GitHub, please let me know more details so I can investigate. It's been working great for me.

I tried to use the Atom package version using the following command: apm install atom-compile-less So if only GitHub version works as well, it is clarifying enough thank you. I hope the Atom package gets updated soon. Greetings!

Asher- commented 5 years ago

svengiebel - if there is a way to extend npm package permissions to include me, I will be happy to update the package there.

svengiebel commented 5 years ago

@Asher- thanks! ill check on that as soon as possible!

Asher- commented 5 years ago

Apparently, "You can let others help or create co-owners by adding them as a collaborator on the GitHub repository for your package. Note: Anyone that has push access to your repository will have the ability to publish new versions of the package that belongs to that repository."

So it looks like things are already in order, and I'll take care of the apm package as soon as I can.