GithubHelp home page GithubHelp logo

ernestohegi / japanese-text-parser Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 2.0 16.13 MB

⛩ Yochimu: Japanese for "prophetic dream". It aids in comfortable text comprehension by extracting words, providing definitions, translations, and example sentences from Japanese text files, facilitating deck creation for learning via SRS tools like Anki.

Home Page: https://japanscript.com

JavaScript 100.00%
anki japanese javascript languages learning nextjs srs

japanese-text-parser's People

Contributors

dependabot[bot] avatar ernestohegi avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

zergleb

japanese-text-parser's Issues

Tutorial

Explain what the add does and how it works.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

npm
package.json
  • axios 1.6.2
  • body-parser 1.20.2
  • compression 1.7.4
  • eslint-config-next ^14.0.2
  • expect 25.5.0
  • express 4.18.2
  • file-saver 2.0.5
  • isomorphic-unfetch 3.1.0
  • jsdom 16.7.0
  • kuromoji 0.1.2
  • moment 2.29.4
  • next 14.0.4
  • node-fetch 2.7.0
  • prop-types 15.8.1
  • react 18.2.0
  • react-cookie-consent 9.0.0
  • react-dom 18.2.0
  • react-ga 3.3.1
  • uniqid 5.4.0
  • @babel/core ^7.23.5
  • @babel/preset-env ^7.23.5
  • @testing-library/jest-dom ^6.1.5
  • @testing-library/react ^14.1.2
  • babel-jest ^29.7.0
  • husky 4.3.8
  • jest ^29.7.0
  • jest-environment-jsdom ^29.7.0
  • mocha 7.2.0
  • prettier 3.1.1
nvm
.nvmrc
  • node 20

  • Check this box to trigger a request for Renovate to run again on this repository

Anki template

  • Provide HTML and CSS for an Anki template.
  • Explain how to set it up.

npm error ELIFECYCLE when npm start

Hi so I get this issue when deploying the project.
I'm currently using lastest npm (v6.14.11)

The log is as below. Have tried some solutions here but didn't work so I report it here.
https://stackoverflow.com/questions/42308879/how-to-solve-npm-error-npm-err-code-elifecycle

It seems some of the dependencies or start script have malfunctioned?

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli   'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'dev'
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'predev', 'dev', 'postdev' ]
5 info lifecycle [email protected]~predev: [email protected]
6 info lifecycle [email protected]~dev: [email protected]
7 verbose lifecycle [email protected]~dev: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]~dev: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;E:\Japanese text parser\japanese-text-parser-master\node_modules\.bin;C:\Users\Anh Le\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon Corretto\jdk11.0.9_12\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Calibre2;C:\Program Files\SourceGear\Common\DiffMerge;C:\Program Files\nodejs;C:\Program Files\Git\cmd;C:\Users\Anh Le\AppData\Local\Microsoft\WindowsApps;C:\Users\Anh Le\AppData\Local\atom\bin;C:\Users\Anh Le\AppData\Roaming\npm;C:\Users\Anh Le\AppData\Local\hyper\app-3.0.2\resources\bin;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl
9 verbose lifecycle [email protected]~dev: CWD: E:\Japanese text parser\japanese-text-parser-master
10 silly lifecycle [email protected]~dev: Args: [ '/d /s /c', 'NODE_ENV=development node index.js' ]
11 silly lifecycle [email protected]~dev: Returned: code: 1  signal: null
12 info lifecycle [email protected]~dev: Failed to exec dev script
13 verbose stack Error: [email protected] dev: `NODE_ENV=development node index.js`
13 verbose stack Exit status 1
13 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16)
13 verbose stack     at EventEmitter.emit (events.js:315:20)
13 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
13 verbose stack     at ChildProcess.emit (events.js:315:20)
13 verbose stack     at maybeClose (internal/child_process.js:1048:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
14 verbose pkgid [email protected]
15 verbose cwd E:\Japanese text parser\japanese-text-parser-master
16 verbose Windows_NT 10.0.19041
17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
18 verbose node v14.15.5
19 verbose npm  v6.14.11
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] dev: `NODE_ENV=development node index.js`
22 error Exit status 1
23 error Failed at the [email protected] dev script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

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.