I wanted to update my app but found that NPM didn't have the latest version of Next published:
Latest Next release -> https://github.com/zeit/next.js/releases/tag/2.1.1
https://www.npmjs.com/package/next -> Only 2.1.0 is published on NPM
$ npm info next versions | grep "'2.1"

It is in npm repo... probably in "beta" ?
try to force it: npm install [email protected]
Thank you, this works!
Nevertheless @rauchg 2.1.1 should be published as main I guess.
or @leo?
Fixed in https://github.com/zeit/next.js/commit/2337827c40d4d0e866fe72067b2c92ff4cbc5870 and updated the npm repo to make 2.1.1 the latest!
鉂わ笍
Thank you!
Most helpful comment
Fixed in https://github.com/zeit/next.js/commit/2337827c40d4d0e866fe72067b2c92ff4cbc5870 and updated the npm repo to make 2.1.1 the latest!