enter image description here

Hello! I can not fix these two errors, I clicked on the data in the screenshot, but nothing comes out. Can anyone come across this, help)

My package.json

 "devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-preset-latest": "^6.24.1", "browser-sync": "^2.26.5", "gulp": "^4.0.0", "gulp-babel": "^7.0.1", "gulp-cheerio": "^0.6.3", "gulp-clean-css": "^3.10.0", "gulp-concat": "^2.6.1", "gulp-debug": "^4.0.0", "gulp-htmlmin": "^4.0.0", "gulp-include": "^2.3.1", "gulp-plumber": "^1.2.0", "gulp-postcss": "^8.0.0", "gulp-pug": "^4.0.1", "gulp-replace": "^1.0.0", "gulp-rigger": "^0.5.8", "gulp-sass": "^4.0.2", "gulp-sourcemaps": "^2.6.4", "gulp-svg-sprite": "^1.4.0", "gulp-svgmin": "^2.2.0", "gulp-uglify": "^3.0.1", "gulp-watch": "^5.0.1", "pug": "^2.0.3" }, "dependencies": { "bootstrap": "^4.1.3", "braces": "^2.3.2", "font-awesome": "^4.7.0", "jquery": "^3.4.1", "jquery-ui": "^1.12.1", "jquery-ui-touch-punch": "^0.2.3", "jquery.maskedinput": "^1.4.1", "phantomjs-prebuilt": "^2.1.16", "popper.js": "^1.14.4", "rigger": "^1.0.0", "slick-carousel": "^1.8.1" } 

    0