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'm using the cljsjs/moment package, and on node it seems to only work when optimizations is set to none. When I set it to simple I see "no such package moment". I reproduced the issue here: https://github.com/cjohansen/cljsjs-moment-node
I realize this package isn't actively maintained by anyone, but any pointers on how to address this issue would be appreciated!
The text was updated successfully, but these errors were encountered:
I'm using the
cljsjs/moment
package, and on node it seems to only work whenoptimizations
is set tonone
. When I set it tosimple
I see "no such package moment". I reproduced the issue here: https://github.com/cjohansen/cljsjs-moment-nodeI realize this package isn't actively maintained by anyone, but any pointers on how to address this issue would be appreciated!
The text was updated successfully, but these errors were encountered: