I'm using a package called fomantic-ui (https://www.npmjs.com/package/fomantic-ui), which has some sort of installation script that copies gulpfile.js inside.
This gulpfile.js contains the following snippet:
var
...
config = require('./tasks/config/user')
While this is okay for the copied version, it fails for the source:
Hi,
I'm using a package called fomantic-ui (https://www.npmjs.com/package/fomantic-ui), which has some sort of installation script that copies gulpfile.js inside. This gulpfile.js contains the following snippet:
While this is okay for the copied version, it fails for the source:
It would be great if you could provide a means of silently ignoring this error. Maybe just print it to the output window instead of a notification?