jupyterlab-drawio
jupyterlab-drawio copied to clipboard
Unable to install on Mac OS
Hi, I'm not very Terminal or Jupyter savy...
I've tried:
jupyter labextension install jupyterlab-drawio
Then got this:
> '' pack jupyterlab-drawio expected str, bytes or os.PathLike object, not NoneType
Hi, I recommend installing brew, a package manager. https://brew.sh/ I also recommend installing conda: https://conda.io/docs/user-guide/install/download.html
Once this is done you can install the two dependencies:
brew install npm
conda install nodejs
conda might also prevent your error message from popping up again. I just installed drawio on my MacOSX and didn't have any issues with the installation. (Just with saving files ... )
@villares, can you tell us what node and npm version you have? You can find this by doing node --version and npm --version at the command line.
Hi, I guess this issue can be closed then... I don't have npm/nodejs installed.
Maybe you could add this information to the Prerequisites session, as npm It is only listed "For a development install".
Cheers!
We should make it crystal-clear that installing any jupyterlab plugin requires node.