Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'lessc' is not in the npm registry. #176

Open
ferrisoxide opened this issue Apr 3, 2014 · 3 comments
Open

'lessc' is not in the npm registry. #176

ferrisoxide opened this issue Apr 3, 2014 · 3 comments

Comments

@ferrisoxide
Copy link

Hi

Tried following the instructions, but npm install -g lessc returns the following error:

'lessc' is not in the npm registry.

Looking around it on Stackoverflow and the like it seems the answer is as follows:

npm install -g less

But I don't know if I've got that right (still installing the main packages)

@igauravsehrawat
Copy link

@ferrisoxide npm install -g less works perfect ..
lessc is by mistake i guess.

@izak
Copy link

izak commented May 16, 2014

I wrote those instructions. I cannot remember why I would have written
lessc, I can only assume that at some point that instruction worked. "less"
appears to be the correct way now.

You only need the less compiler if you're going to do development on the
Aloha product. The bookeditor itself uses require-less, which includes its
own copy of the less compiler, and compiles less in the browser.

On Fri, May 16, 2014 at 7:12 AM, igauravsehrawat
notifications@github.comwrote:

@ferrisoxide https://github.com/ferrisoxide npm install -g less works
perfect ..
lessc is by mistake i guess.


Reply to this email directly or view it on GitHubhttps://github.com//issues/176#issuecomment-43298019
.

@codingisacopingstrategy

The instructions were fixed in

#182

(You probably wrote lessc because that is the name of the Less CSS command line utility, to avoid clashes with the less command line program. The npm entry is less though. I’ve mixed them up in the past too!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants