archfirst / joinjs

A JavaScript library to map complex database joins to nested objects.
MIT License
154 stars 19 forks source link

Cannot find module 'fs-base' #12

Closed rkmax closed 7 years ago

rkmax commented 7 years ago

I just install joinjs, as soon start ugin got that message looking at the file

node_modules/joinjs/lib/index.js:1:72

I found

image

but such module doesn't exist on npmjs

nareshbhatia commented 7 years ago

Are you sure you did npm install --save join-js with a dash in the middle?

rkmax commented 7 years ago

That was my error, thank you @nareshbhatia