keystonejs / keystone-utils

⚠️ Archived - Legacy Node.js utility library used by KeystoneJS and you!
http://keystonejs.com
MIT License
56 stars 20 forks source link

missing limax package causes browserify error #23

Open freder opened 8 years ago

freder commented 8 years ago

the limax package is optional, but browserify doesn't care and throws an error:

Browserify Error { [Error: Cannot find module 'limax' from '/path/to/project/platform/node_modules/keystone-utils/lib']
phoniks commented 7 years ago

I'm having this issue too. @freder any update?