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
Now we use an fs.exists check to see if we need to make a new file for our data .json files. This, unfortunately, does not work with node_module files. For now I'm just re-requiring them with their full ./node_module paths, but that's pretty lame.
The text was updated successfully, but these errors were encountered:
Now we use an fs.exists check to see if we need to make a new file for our data .json files. This, unfortunately, does not work with node_module files. For now I'm just re-requiring them with their full ./node_module paths, but that's pretty lame.
The text was updated successfully, but these errors were encountered: