Bordeaux Coders

Bordeaux Coders

Follow
Follow
homepnpm 101DevOpsWebCloudToolsnewsletter
Tag

npm

#npm

More content

Read more stories on Hashnode


Articles with this tag

Execute commands using your project dependencies

Alexandre NedelecAlexandre Nedelec
Jun 15, 20231 min read

pnpm exec · You have a dependency in your project and want to execute a command using it? The pnpm exec command can help you with that. An example pnpm...

Execute commands using your project dependencies

Manage multiple Node.js versions

Alexandre NedelecAlexandre Nedelec
May 25, 20231 min read

pnpm env · If you are working on various projects, you have likely encountered situations where you need to have multiple versions of Node.js installed...

Manage multiple Node.js versions

Perform Dynamic Execution of an npm Package

Alexandre NedelecAlexandre Nedelec
May 18, 20231 min read

pnpm dlx · Sometimes, all you want to do is grab an npm package and execute a command with it, without having to install it (whether globally or as a...

Perform Dynamic Execution of an npm Package