question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

3.11.0 version ,gulp-less not work

See original GitHub issue
// installed gulp-less last version
require("gulp-less")
C:\project\com\JK724.XCX.WechatShopping\node_modules\accord\lib\adapter_base.js:105
        throw new Error("'tried to require: " + this.supportedEngines + "'.\nNone found. Make sure one has been installed!");
        ^

Error: 'tried to require: less'.
None found. Make sure one has been installed!
    at Less.Adapter (C:\project\com\JK724.XCX.WechatShopping\node_modules\accord\lib\adapter_base.js:105:15)
    at new Less (C:\project\com\JK724.XCX.WechatShopping\node_modules\accord\lib\adapters\less\2.x - 3.x.js:17:41)
    at Object.exports.load (C:\project\com\JK724.XCX.WechatShopping\node_modules\accord\lib\index.js:31:12)
    at Object.<anonymous> (C:\project\com\JK724.XCX.WechatShopping\node_modules\gulp-less\index.js:9:29)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Module.require (internal/modules/cjs/loader.js:692:17)

in package.json of gulp-less:

    "less": "2.6.x || ^3.7.1",

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:12
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
bigmeowcommented, Feb 10, 2020

My current solution is to lock the less version number in the project’s package.json file:

"less": "3.10.3"
2reactions
Dimitar-Goshevcommented, Feb 10, 2020

We are experiencing the same issue as of today: "less": "^3.8.1"

Read more comments on GitHub >

github_iconTop Results From Across the Web

gulp-less - npm
Latest version: 5.0.0, last published: 2 years ago. Start using gulp-less in your project by running `npm i gulp-less`.
Read more >
Homestead gulp/npm not working - Laracasts
Homestead gulp/npm not working. Hello! I'm on a windows box, installed Oracle VM, git bash, vagrant. And then I ran the following commands...
Read more >
Why does not Gulp run? - The freeCodeCamp Forum
Hi, I'm trying to run gulp on my project and I get an error. It is a project of several modules: db, frontent,...
Read more >
rsuite-table | Yarn - Package Manager
3.9.3. Bugfix: Fixed the problem that the resizable property of the columns of the table would not work. 3.9.2. Bugfix: Fixed incorrect scroll...
Read more >
Gulp Less task not doing anything - Stack Overflow
I tried to update to newest version 1.0.6 but to no avail. ... gulp.task("less", function(){ return gulp.src(config.paths.less.src) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found