Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 768 Bytes

TROUBLESHOOTING.md

File metadata and controls

19 lines (12 loc) · 768 Bytes

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 documentation to 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