Giter Club home page Giter Club logo

id-en-dictionary's People

Contributors

sudhanshuraheja avatar

Watchers

 avatar  avatar

id-en-dictionary's Issues

Package seems broken - any guidance available?

Hi there - thanks for making this available - I don't think there are any other indonesian-english dictionaries out there.

I tried to install it and test it out, but it seems broken.

Steps to reproduce:
npm init
npm i id-en-dictionary
paste the following into index.js
`const dict = require("id-en-dictionary");

const start = async () => {
const d = await dict.init();
const result = d.query("mengerti");
console.log(result);
};

start();
`
node index.js

I got the following error:

`internal/modules/cjs/loader.js:311
throw err;
^

Error: Cannot find module '/home/xavier/repos/temp2/node_modules/id-wordnet/dist/index.js'. Please verify that the package.json has a valid "main" entry
at tryPackage (internal/modules/cjs/loader.js:303:19)
at Function.Module._findPath (internal/modules/cjs/loader.js:516:18)
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:867:27)
at Function.Module._load (internal/modules/cjs/loader.js:725:27)
at Module.require (internal/modules/cjs/loader.js:952:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object. (/home/xavier/repos/temp2/node_modules/id-en-dictionary/dist/index.js:14:38)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32) {
code: 'MODULE_NOT_FOUND',
path: '/home/xavier/repos/temp2/node_modules/id-wordnet/package.json',
requestPath: 'id-wordnet'
}`

I would love to be able to use this package - please let me know if it would be possible to fix it - I could even have a go if you point me in the right direction.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.