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
{{ message }}
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
if yall are getting this error when using timbre.js with browserify, you can use browserify's --ignore-missing flag to skip the unresolved requires for lame, ogg, and vorbis
When you try to require('timbre') it throws the following error.
This seems to be because this package is not listed as a dependency in the package.json.
Should be as simple as:
The text was updated successfully, but these errors were encountered: