Answer the question
In order to leave comments, you need to log in
Is it possible to close tasks for ubuntu/win10?
I'm putting together a site in gallop and ran into a problem:
I have ubuntu at work, a dozen at home.
To perform tasks and process some sass files, it is required gulp-sass node-sass
, but it is not installed on the working computer at all and when you run any tasks it gives an error. Error: Cannot find module 'node-sass'
and/or Error: Cannot find module 'gulp-sass'
I.e. workflow is not possible.
IT specialists also cannot solve the problem. Global uninstall/modify/update don't help.
But at the same time, I installed them on my home laptop and work fine at home.
As a result, I get two tasks, for home and work: one does everything through gulp-sass (home), and the other processes the compiled css files selected (by me) (crutches for work).
Essence of the question:
Is it possible to somehow get around this error and how to disable the one installed at home gulp-sass
Commenting on the variable const sass = require('gulp-sass');
and tasks does not help.
Previously, ruby-sass worked on ubuntu, but this is also such a solution ...
Answer the question
In order to leave comments, you need to log in
gulp-sass node-sass is required, but it is not installed at all on the working computer- what are the console errors when installing gulp-sass node-sass modules?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question