How to install npm packages on StackBlitz? [closed]

Under the “Files” tree is a “Dependencies” section. You can add your dependencies there. If you just want the latest version you can just use the package name (ex: ngx-bootstrap) or you can target a specific version (ex: [email protected]). Update 9/5/2022 NextJS It looks like dependencies are not auto installed for NextJS projects. You do … Read more