sable-virt / kuromoji-js-dictionary

kuromoji.js dictionary generator
15 stars 6 forks source link

package.jsonの記述? #4

Open heibei2020 opened 3 years ago

heibei2020 commented 3 years ago

エラーが起こる

以下ならエラー無く、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" },