sable-virt/kuromoji-js-dictionary

package.jsonの記述?

Opened this issue · 0 comments

エラーが起こる

以下ならエラー無く、npm run convertは通った(正しいのが何か分からない)。
というのも、このあと、./bin/run に失敗、、、

"scripts": {
"start": "./index.js --verbose",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -w -s -r 0",
"convert": "npm run xz && npm run euc && npm run tar",
"xz": "xz -dk ./neologd-seed/.xz",
"euc": "find ./neologd-seed -name '
.csv' -exec sh -c 'nkf -e --overwrite {}' ';'",
"tar": "find ./neologd-seed -name '*.csv' -exec sh -c 'tar -cvzf ./dict/neologd/$(basename '{}').tar.gz {}' ';'",
"test": "echo "Error: no test specified" && exit 1"
},