npm version: 4.6.1 (the previous npm version was 6, so I downgraded npm because the installation of lodash was not successful)
install lodash: according to the steps on the official website
official website address:
ladash can also be used in lodash, code when it appears in the packjson file
let _ = require("lodash");
// :https://www.lodashjs.com/
//http://www.css88.com/doc/lodash/-sharp_debouncefunc-wait0-options
window.onresize = _.debounce(() => {
this.initPage(); // debounce
}, 400);
could you tell me what to do with the above warning? Is something wrong?