eslint / eslint-release

The ESLint release tool
Other
24 stars 11 forks source link

Docs: should install globally #25

Closed aladdin-add closed 6 years ago

aladdin-add commented 6 years ago

following the steps in readme:

npm i eslint-release -D
./node_modules/.bin/eslint-release

got could not remove directory (code ENOTEMPTY): node_modules/.bin. seems it's trying to remove itself. 😂

platinumazure commented 6 years ago

I think those instructions are for using eslint-release in other repositories (e.g., adding it as a release manager for eslint-scope or similar). Is that what you're trying to do?

aladdin-add commented 6 years ago

yes, it's exactly my case. I guess the reason why we didn't encounter is we are using its Node.js API (makefile)

platinumazure commented 6 years ago

Could you please explain exactly what you're trying to do?

eslint-release works fine in all the other repositories in the ESLint organization, as far as I'm aware.

aladdin-add commented 6 years ago

I'm using it in a non-eslint repo, but it follows eslint commit message format.