# NodeJS with vite, vue and vuetify

**URL:** https://discourse.flox.dev/t/nodejs-with-vite-vue-and-vuetify/961
**Category:** Developing with flox
**Created:** [September 4, 2024, 7:51am UTC](https://discourse.flox.dev/t/nodejs-with-vite-vue-and-vuetify/961 "2024-09-04T07:51:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![thibaultvdb](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.flox.dev/thibaultvdb/32/690_2.png) [@thibaultvdb](https://discourse.flox.dev/u/thibaultvdb)
#### Post date: [September 4, 2024, 7:51am UTC](https://discourse.flox.dev/t/nodejs-with-vite-vue-and-vuetify/961/1 "2024-09-04T07:51:13Z")

</div>

Hi,

I’m trying to get a dev environment up and running with these tools installed. Node and vue are available in the flox installer, but the other two npm packages aren’t. I’m not sure how to proceed from here. Just installing it with npm and trying to run it doesn’t seem to work.

---

<div class="post-metadata">

### Author: ![thibaultvdb](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.flox.dev/thibaultvdb/32/690_2.png) [@thibaultvdb](https://discourse.flox.dev/u/thibaultvdb)
#### Post date: [September 4, 2024, 8:12am UTC](https://discourse.flox.dev/t/nodejs-with-vite-vue-and-vuetify/961/2 "2024-09-04T08:12:01Z")

</div>

Seems like I got it up and running by using npm install without any arguments after doing npm install vuetify and vite and then running npm run dev.

I’m not sure how it’s working, and why this didn’t seem to work using other tools like devbox

---

<div class="post-metadata">

### Author: ![ghudgins](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.flox.dev/ghudgins/32/588_2.png) [@ghudgins](https://discourse.flox.dev/u/ghudgins)
#### Post date: [September 4, 2024, 12:50pm UTC](https://discourse.flox.dev/t/nodejs-with-vite-vue-and-vuetify/961/3 "2024-09-04T12:50:12Z")

</div>

It’s pretty common (especially with node) to not find node dependencies in Flox. This is because upstream in Nixpkgs (where Flox’s catalog is based from) there are partial results. Flox makes it easy to bring your package manager of choice (such as `npm`) and use Flox to 1/ provide it at the right version and 2/ provide surrounding OS dependencies like, for example, `mkcert` for node projects.
