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
I use this module with react-native.
And I have to install assert lib independently to be able to work with it
Shouldn't we just put 'assert' in package.json's dependencies?
The text was updated successfully, but these errors were encountered:
nmantulenko
changed the title
Error: Unable to resolve module assert from node_modules/moment-opening-times/OpeningTimes.js
Make plugin work well in non node environments
Apr 1, 2019
I think we probably shouldn't be using assert in the first place. It could be easily rewritten to remove it while still validating the passed parameters.
I'll make some changes with a view to raising a PR.
I use this module with react-native.
And I have to install assert lib independently to be able to work with it
Shouldn't we just put 'assert' in package.json's dependencies?
The text was updated successfully, but these errors were encountered: