Masthash

#nvm

This was asked to me today.

Neat tiny trick to honor nvm to use package.json's node version, in case .nvmrc is missing:

#nodejs #javascript #nvm #jq #node #nvmrc

Jeff
1 month ago

Got to see a Casio Loopy in the flesh!

#NVM #Sheffield

nu.nl RSS
2 months ago

Aanbod koophuizen in jaar tijd verdubbeld, prijzen 8 procent gedaald

#NVM #huizenmarkt #koophuizen
https://www.nu.nl/-/6258331/

Medemblik Praat
2 months ago

De volgende NVM Open Huizen Dag staat gepland op zaterdag 30 september 2023.

Nu op Medemblik praat: '66.000 bezoekers-NVM Open Huizen Dag: Kopers hebben interesse'

Lees verder op: https://medemblikpraat.nl/66-000-bezoekers-nvm-open-huizen-dag-kopers-hebben-interesse/

#dag #nvm #openhuizen #westfriesland

Nieuws | NU.nl
2 months ago

𝗜𝗻𝘇𝗮𝗸𝗸𝗲𝗻𝗱𝗲 𝘄𝗼𝗻𝗶𝗻𝗴𝗺𝗮𝗿𝗸𝘁 𝘇𝗼𝗿𝗴𝘁 𝘃𝗼𝗼𝗿 𝗺𝗲𝗲𝗿 𝗮𝗮𝗻𝗯𝗼𝗱 𝘁𝗶𝗷𝗱𝗲𝗻𝘀 𝗢𝗽𝗲𝗻 𝗛𝘂𝗶𝘇𝗲𝗻 𝗗𝗮𝗴

Flink meer woningeigenaren doen zaterdag mee aan de Open Huizen Dag, meldt de organiserende makelaarsvereniging NVM. Op 1 april zijn zo'n 13.600 woningen te bekijken, wat fors hoger is dan de 11.000 huizen van de laatste editie in oktober.

https://www.nu.nl/economie/6257478/inzakkende-woningmarkt-zorgt-voor-meer-aanbod-tijdens-open-huizen-dag.html #nieuws #NUnl #OpenHuizenDag #NVM #Woningmarkt

Anders Borch
2 months ago

@frida it’s probably not helpful at all right now, but for next time, consider #Volta instead of #nvm

https://volta.sh

Christian Grasser
2 months ago

I love #coding on #linux!
For example the installation of node.js with the nvm installer.
I need a special version of node.js and I type nvm install 14.8.0 in the terminal!
That's it.

On #windows I always needed to deinstall the current version. Download the older version from the web and install it via msi installer.

#nodejs #node #nvm #shell

Dave Mackey
3 months ago

lol

when you (aka me) are prompted by #npm to upgrade to a newer version and (in a temp lapse of judgment) decide to do so.

of course, npm won't update itself to a version that isn't compatible with the version of #node npm is running in, right? right?!

now I have npm 9 (not) running on node 13. 😂

np, I'll downgrade node: `npm i -g npm@8`

"ERROR: npm 9.5 is known not to run on Node 13.14"

Good thing I had #nvm installed:

`nvm uninstall 13.14.0`
`nvm install 13.14.0`

Life is good again.

Kai Klostermann
3 months ago

In case you deal with `.nvmrc` files in your projects, add this to your terminal configuration (e.g. `.bashrc`) file:

```
if test -f ".nvmrc"; then
nvm use
fi
```

#nvm #dev #web

I use :vim:
6 months ago

@quoll Check out #asdf is way better than #nvm and can be used for more runtimes than just Node via its plugin system. I use it for #python #node and #elixir

Makelaarswerk
7 months ago

Binnenkort nieuw aanbod online, volg ons en je weet als eerste wat er komt.

#nieuwaanbod #wonenindrachten #woneninfriesland #makelaarDrachten #nvm

Makelaarswerk
7 months ago

Vanavond even rustig met kopers de koopakte doorgenomen van hun 1e koophuis. Prachtig werk, dat Makelaarswerk

#makelaardrachten #nvm #makelaarswerk

Makelaarswerk
7 months ago

Gratis verkoopadvies van onze ervaren makelaar. Woning verkopen, dat is Makelaarswerk #drachten #nvm #garantiemakelaar

Makelaarswerk
7 months ago

LPC 2022: Rust Linux Drivers Capable Of Achieving Performance Comparable To C Code, https://www.phoronix.com/news/LPC-2022-Rust-Linux.

> While the Rust NVMe driver is still in early stages, the benchmark results are already very promising

#rustlang #linux #kernel #performance #nvm

Daniel Zenzes
10 months ago

Ich vergesse regelmäßig, wie ich automatisch die richtige #nvm Version mit #zsh nutzen kann. Steht auch alles in der offiziellen Doku, jetzt aber auch in meinem Blog. 😅

https://zenzes.me/automatisch-die-richtige-node-version-nutzen-mit-zsh-und-nvm/

🌱 Seedling 🌻 Attempt 🌱
1 year ago

Okay so I had to reinstall #node on my computer because #nvm was having a hard time due to node being installed under my username that has a space in it

But then #npm broke because node was no longer in the same place so I reinstalled that

So of course all my globally installed packages are gone because of course they are

Then I reinstall #typescript under the new npm installation

Now ts doesn't know what an HTMLelement is

This is definitely the best of all possible worlds

#javascript

kalvn
2 years ago

A way to update npm ? · Issue #13 · coreybutler/nvm-windows · GitHub
https://github.com/coreybutler/nvm-windows/issues/13#issuecomment-548933570

Mettre à jour npm avec nvm pour Windows n'est pas une mince affaire. Voici une façon de faire. Il faut aussi s'assurer que votre path pointe prioritairement sur la version de npm du répertoire d'installation de nodejs (Program Files) et non pas celle de AppData.

Pour vérifier, faites `where npm`.

#windows #npm #nvm #nodejshttps://links.kalvn.net/shaare/0p2uaQ

IT News
3 years ago

Help Save The National Videogame Museum - The National Videogame Museum in Sheffield, UK, houses a unique collection celebrating all decades... more: https://hackaday.com/2020/04/06/help-save-the-national-videogame-museum/ #retrocomputing #crowdfunding #covid-19 #museums #nvm

Markus Schlichting
3 years ago

RT @jamesfawcettUK@twitter.com

Think I must have been living under a rock! Today another dev introduced me to NVM! No more messing around updating packages on old Sage 8 installs to work on later Node! https://github.com/nvm-sh/nvm#installing-and-updating #node #nvm @nodejs@twitter.com @ljharb@twitter.com

🐦🔗: https://twitter.com/jamesfawcettUK/status/1235271364719841280

Guillaume Lours
3 years ago

RT @nilshartmann@twitter.com

Using #nvm is a great way to manage your installed #Node versions but might slow down opening new shells (there are several open bug reports targeting this problem).

The workaround in this gist makes opening a new shell fast again:
https://gist.github.com/gfguthrie/9f9e3908745694c81330c01111a9d642

🐦🔗: https://twitter.com/nilshartmann/status/1213382864596852736

Estelle
4 years ago

RT @javagil@twitter.com: It drives me crazy that so many people suggest to use `sudo npm` on #UNIX'oid systems like #Linux or #MacOS, it's insanely insecure! Rather configure your #node correctly (https://johnpapa.net/node-and-npm-without-sudo/, thanks @John_Papa@twitter.com) or use #nvm. Same for #yarn and admin shell usage on #Windows.

nitrohorse Ⓐ
5 years ago

Super helpful block of code to add to your .zshrc file for calling `nvm use` automatically in a directory with a .nvmrc file: https://github.com/creationix/nvm#zsh

#nvm #node #npm #javascript #ohmyzsh