You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried installing it locally since it is not listed in the package dependencies, I've tried installing with python as per the proselint site, I've tried installing globally...
npm i proselint
npm i -g proselint
https://packaging.python.org/installing/#use-pip-for-installing
pip install -U pip setuptools
pip install proselint
The text was updated successfully, but these errors were encountered:
@aretecode it does need to be installed with pip, not npm. Did you get errors after running those commands? It's a bit hard to tell what's going on without seeing the output... for me, after installing proselint with pip (which is a bit weird in a npm-based project), everything worked fine.
I've tried installing it locally since it is not listed in the package dependencies, I've tried installing with python as per the proselint site, I've tried installing globally...
npm i proselint npm i -g proselint https://packaging.python.org/installing/#use-pip-for-installing pip install -U pip setuptools pip install proselint
The text was updated successfully, but these errors were encountered: