Code Monkey home page Code Monkey logo

Comments (1)

fvsch avatar fvsch commented on August 15, 2024

Hi @egag21, thanks for the report!

This is an issue with our documentation, the UI it's referencing is only available on our older projects which use the EngineBlock environment. All our starter templates are now using the WebContainers environment, and don't have this UI.

You can install or update npm dependencies in a couple ways:

  1. Open the package.json file and modify an existing dependency's version specifier, or add a new dependency in the "dependencies" or "devDependencies" objects. Then save this file, go to the Terminal, and run npm install.

  2. You can also go directly to the Terminal and run the command shown on the Bootstrap home page: npm i [email protected]

Note that if you are using a project where the Terminal is automatically running a process (for example, a npm start script that starts vite dev), the Terminal might be in a “busy” state, and not directly usable. In that case, there are a couple things you can do:

  • You can stop the process running in the Terminal by clicking in the Terminal to focus it, and then use the Control+C keyboard shortcut to interrupt that process. (It's a common shortcut used in terminal emulators.)
  • Or you can click the + button at the top right of the Terminal to open a second terminal, and type commands like npm install <package-name> in that second terminal.

Finally, if you're not trying to learn how to use terminals and npm and Vite right now, but just want to play around with Bootstrap, I recommend looking at this page in the Bootstrap docs, and especially the StackBlitz project they are linking to, which should have all the necessary tools already:
https://stackblitz.com/github/twbs/examples/tree/main/vite

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.