sable-virt / kuromoji-js-dictionary

kuromoji.js dictionary generator
15 stars 6 forks source link

run EUC を削除 #2

Open ebina-toshiyuki opened 4 years ago

hata6502 commented 3 years ago

Current console log:

$ npm run convert

> kuromoji-js-dictionary@1.0.0 convert
> npm run xz && npm run euc && npm run tar

> kuromoji-js-dictionary@1.0.0 xz
> xz -dk ./neologd-seed/*.xz

npm ERR! Missing script: "euc"
npm ERR! 
npm ERR! To see a list of scripts, run:
npm ERR!   npm run

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/hata6502/.npm/_logs/2021-03-27T14_19_14_652Z-debug.log
npm ERR! code 1
npm ERR! path /home/hata6502/kuromoji-js-dictionary
npm ERR! command failed
npm ERR! command sh -c npm run xz && npm run euc && npm run tar

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/hata6502/.npm/_logs/2021-03-27T14_19_14_667Z-debug.log

Pelase see also: https://qiita.com/mabasasi/items/17b0bf735c38b4642682#kuromoji-js-dictionary-%E3%81%AE%E5%B0%8E%E5%85%A5

Thank you.