You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love this boilerplate and have used it well for an upcoming project.
Having issues with the favicons generator, initially I get TypeError: favicons is not a function" running npm run favicons or node favicons
If I fix the script to:
var fs = require('fs'),
{ favicons } = require('favicons');
Nothing happens.
The text was updated successfully, but these errors were encountered:
Love this boilerplate and have used it well for an upcoming project.
Having issues with the favicons generator, initially I get
TypeError: favicons is not a function"
runningnpm run favicons
ornode favicons
If I fix the script to:
Nothing happens.
The text was updated successfully, but these errors were encountered: