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
Plus, the npm commands may fail because we'll run it on our local machine (therefore having various Node versions).
For example, it is failing with Node 15, I had to load Node 10 with nvm to make it work.
I have the feeling these commands should be ran inside a Docker image, but instructions are confusing.
Just a couple helpful updates to the instructions:
pip install autopep8
if you don't have it installed.npm i && npm run lint --fix
from the frontend directory.The text was updated successfully, but these errors were encountered: