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

Added 'request' as optional dependency. #2908

Merged
merged 1 commit into from
Dec 21, 2016
Merged

Added 'request' as optional dependency. #2908

merged 1 commit into from
Dec 21, 2016

Conversation

maxrd2
Copy link
Contributor

@maxrd2 maxrd2 commented Jun 7, 2016

Compiling following less code:

@import (less) url(http://example.com/somefile.less);

Will fail with if npm 'request' package is not installed:

FileError: optional dependency 'request' required to import over http(s)

Compiling following less code:
@import (less) url(http://example.com/somefile.less);

Will fail with if npm 'request' package is not installed:
FileError: optional dependency 'request' required to import over http(s)
@matthew-dean
Copy link
Member

AFAIK this just means you need to install request.

@matthew-dean
Copy link
Member

Oh wait I get what this is. Merging.

@matthew-dean matthew-dean merged commit 5621cb9 into less:master Dec 21, 2016
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

Successfully merging this pull request may close these issues.

2 participants