Skip to content

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