RSSAmplifier

Duncan McDougall | Web Developer · Apr 7, 2019

My .nvm/default-packages

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

When it's a package that I'll use infrequently, such as create-react-app, I'll use npx . However, there are some utility packages I use again and again. To install globally either npm i -g <package-name> or even better, add them to ~/.nvm/default_packages . rimraf npm i -g rimraf rimraf [path] It's rm -rf but works whereever you have node - macOS, Windows, WSL, node. http-server npm i -g…

Read on belter.io

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.