Files
pyscript/TROUBLESHOOTING.md
Leonardo Pliger cede06ae19 Clearer contribution docs & add troubleshooting page (#597)
* Expanded upon the make setup docs

* Fixed formatting & speling, added troubleshooting

* same

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-18 11:42:32 -04:00

764 B

Troubleshooting

This page is meant for troubleshooting common problems with PyScript.

Table of contents:

Make setup

A lot of problems related to make setup are related to node and npm being outdated. Once npm and node are updated, make setup should work. You can follow the steps on the npm documentationto update npm (the update command for Linux should work for Mac as well). Once npm has been updated you can continue to the instructions to update node below.

To update Node run the following commands in order (Most likely you'll be prompted for your user password, this is normal):

sudo npm cache clean -f
sudo npm install -g n
sudo n stable