-
Rashi Phal – nodebook Installation
nodebook Installation
-
Rashi Phal – Install Volta Node Manager
Install Voltas Node Manager https://github.com/volta-cli/volta/releases/v2.0.2 volta install node volta install npm
-
Rashi Phal – How To Setup Virtual Env In Node Project ?
How To Setup Virtual Environment In Node Project?
-
Rashi Phal – TSLab Setup For Type Script Code
TSLab Setup Set-ExecutionPolicy RemoteSigned -Scope CurrentUser irm https://deno.land/install.ps1 | iex deno – version mkdir -p %APPDATA%jupyterkernelsdeno mkdir -p ~/.local/share/jupyter/kernels/deno { "argv": ["deno", "run", "–unstable", "–allow-read", "–allow-net", "{connection_file}"], "display_name": "Deno TypeScript", "language": "typescript" }
