N
N
ninjazzz2021-03-27 04:35:24
JavaScript
ninjazzz, 2021-03-27 04:35:24

Can't fix 'use strict' error. Who knows how to fix it?

Created file gulpfile.js registered code:

1 'use strict';
2
3 const {src, dest} = require("gulp");
4 const gulp = require("gulp");

It turns out 2+ JSLint Problems
1 Use the function form of 'use strict'.
3 Expected an identifier and instead saw 'const'.
Writing "use strict" doesn't help

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question