hotfusion
hotfusion
Hey, I installed this packages from npm but I am getting an error: ``` C:\Users\home\applications\konfiq\controllers\node_modules\npm-install-webpack-plugin\src\plugin.js:42 compiler.plugin("watch-run", this.preCompile.bind(this)); ^ TypeError: compiler.plugin is not a function at NpmInstallPlugin.apply (C:\Users\home\applications\app\controllers\node_modules\npm-install-webpack-plugin\src\plugin.js:42:12) at createCompiler (C:\Users\home\applications\app\controllers\node_modules\webpack\lib\webpack.js:76:12)...
This module is not working as supposed to, it crash and exit node application due to the error: `TypeError: Cannot read properties of undefined (reading 'sort')` **tree.js:315:27** ``` if (_flags.directoryFirst)...
I copied the example code: ``` /// mail -- send an email // // This is the simplest, safest way to send an email. Headers are // escaped and folded,...
Hey, The example in the documentation may not be compatible with Gulp 5 and the `merge2` package. It should be replaced with `merge-stream` instead. The `merge2` package only works with...
Is there a way to load settings.json file? I looked everywhere and can't figure out how to initiate this file. Thanks