Questions tagged as 'gulp'

0
answers

How to integrate Bootstrap 4 in Ionic 2 or 3?

No app.module.ts import { BsDropdownModule } from 'ngx-bootstrap'; ... imports: [ BrowserModule, HttpModule, BsDropdownModule.forRoot(MyApp) ... ] I tried using this library but gave the following error:    Sass Error  ...
asked by 08.09.2017 / 23:40
1
answer

Error in minification of images with Gulp in Laravel

I'm trying to make the gulp minify the images of my project. My project is laravel 5.3 and I'm using the laravel-elixir-imagemin thumb to minify, but when I give the command gulp imagemin the following result appears: Please no...
asked by 08.06.2017 / 22:26
0
answers

Unknown gulp error

I added the file mixins.sass to my project and when I went to look at the terminal, it presented the following error:    events.js: 160 er; // Unhandled 'error' event    Error: sass \ molecules \ mixins.sass    Error: no mixin named...
asked by 22.05.2017 / 22:06
1
answer

css error in sass

Hello, I created a reset.sass file for my project when I updated the gulp, generated the following error in one of the lines of my file, but I still could not figure out what the error was. This is the output of gulp: [17:31:22] Finished 'sa...
asked by 27.05.2017 / 22:58
1
answer

Gulp task - Error

I already use gulp for some time, to minify css files to less, but now I wanted to use gulp tb for the js files and I'm not getting it, it's giving the following error. NOTE: Use Windows module.js:472 throw err; ^ Error: Can...
asked by 14.05.2017 / 15:53
0
answers

Gulp Task - Return within a variable

There is a way to play the response of a task, rather than a file, a variable, with the same content as the file ... _content.code = gulp.src(path_haml).pipe(haml()); I want to automate a task and I think it would be very useful for me.   ...
asked by 06.04.2018 / 15:01
0
answers

problems with the gulp

Talk to me, I started doing tests with yarn and gulp. It was all going well, but yesterday I downloaded a template (this template link ), I did the step by step and paah my gulp stopped working and I do not know why, could you help me? obs:...
asked by 19.03.2017 / 21:52
0
answers

How to publish an API written in Typescript in NPMjs?

I created an API in Typescript, soon. And I would like to know how to publish it in NPMjs, I know it has how to publish because Angular 2 downloads libs in Typescript. I do not know what steps to follow to publish. I did not find any examp...
asked by 11.01.2017 / 14:43
0
answers

Gulp Problem - Error events.js: 160

Hello. I'm having a problem running gulp through Yarn and NPM. When running yarn run build to set my application to dist folder. The process for amid this output in the terminal: Gulpfile.js/*global-$*/'usestrict';//generatedon2017-01-17usin...
asked by 17.01.2017 / 18:54
0
answers

Problem to compile Gulp in Laravel 5.3

Error while running Gulp laravel 5.3, I have reinstalled all the packages. What to do? Here is the error you give me: Vue packages version mismatch: [email protected] [email protected] This may cause things to work incorrectly...
asked by 29.09.2016 / 16:47