Your query for articles tagged “npm” yielded some results!
The
npm
Meltdown Uncovers Serious Security RisksEarlier this week, as almost everyone reading this article knows,
npm
experienced a brief service interruption wherenpm install
would fail for heaps of popular packages …8m 16Keeping Your npm Dependencies Immutable
I’ve been bitten a few times by dependencies using semver ranges such as
^1.0.1
where the dependency introduced a “non-breaking” change that ended …7m 5Pragmatic Semantic Versioning
These are short-form “thoughts”, in addition to the usual longer-form articles in the blog. The goal is to publish one of these every weekday. I’d …
3m 7A BrowserSync Primer
BrowserSync is a browser testing tool, similar to LiveReload. It also synchronizes across browsers and is going to provide HTML injection in the very near future, …
5m 6Choose: Grunt, Gulp, or npm?
Deciding on a technology is always hard. You don’t want to make commitments you won’t be able to back out of, but eventually you’ll have to make a …
17m 16Gulp, Grunt, Whatever
Gulp is a recently spawned streaming build system which shows a lot of promise. It brings a really terse code-base to the table, which you can actually walk through in …
13m 229 Quick Tips About npm
Inspired by the now-outdated post 10 Cool Things You Probably Didn’t Realize npm Could Do from Isaacs, the creator of
npm
, I set out to give you a few more tips on how to take advantage of this ridiculously well executed package manager.7m 4Package Authoring with Paqui
Creating client-side JavaScript packages is increasingly becoming a painful endeavor. Here’s a potential fix.
11m 0Publishing Node.js Packages with npm
Back when I introduced assetify, I mentioned publishing packages on npm is very easy.
The first thing you have to do is identify yourself, create an account on npm:
$ npm …
3m 1Asset Management in Node
Client-side asset management reveals a series of issues with Node.JS and npm today:
- Node.JS is just a few years old (it was born in 2009)
- Some areas, such as client-side …
3m 1