-
Create new WSL2 Debian from scratch
-
Update
$ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install curl
-
Install nodejs and npm (https://docs.microsoft.com/it-it/windows/dev-environment/javascript/nodejs-on-wsl)
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash $ exit $ sudo apt install nodejs npm
-
Upgrade npm (standard is now 5.8) and exit for it to take effect
$ sudo npm install -g npm@latest $ exit
-
Reopen Debian shell and check version (as of May 2021)
$ npm -v 7.13.0
-
Install mirador on user dir
-
Notifications
You must be signed in to change notification settings - Fork 0
liladude/Mirador3_WSL
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
my guide for installing mirador on a WSL (Debian 10)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published