hbi99 / defiant.js

http://defiantjs.com
GNU Affero General Public License v3.0
913 stars 91 forks source link

Cannot find name Defiant #93

Closed xProgrammer-007 closed 6 years ago

xProgrammer-007 commented 6 years ago

installed using npm install --save defiant.js and i am working in ionic app . It throws cannot find modules , tried all way but does not seem to work . How do i import the Defiant in my component

hbi99 commented 6 years ago

I suspect you are trying to use Defiant in Node environment - you can't. It only works in browser only...currently. I am hoping to make it work in Node eventually.

xProgrammer-007 commented 6 years ago

I just wanted the Snapshot and search functions , If you could provide me with some idea or code on how to implement this two in my component module . if so .. Or i would be glad if you suggest me with other good libraries that searches through JSON

hbi99 commented 6 years ago

Do you mean in browser? If yes, you can test this lib at: http://www.defiantjs.com/

If in Node environment, look at these alternatives: https://github.com/search?l=JavaScript&o=desc&q=json+search&s=stars&type=Repositories&utf8=%E2%9C%93

Kind regards, Hakan