We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, the latest release (0.22.2) echos the wrong version number when I run the version CLI command:
0.22.2
npx @zeit/ncc@0.22.2 version # 0.22.1
The text was updated successfully, but these errors were encountered:
looks like it's cached. found in dist/ncc/cli.js.cache.js cc @styfle
dist/ncc/cli.js.cache.js
407: function (t) { t.exports = { name: "@zeit/ncc", version: "0.22.1", // it's still 0.22.1 repository: "zeit/ncc", license: "MIT", main: "./dist/ncc/index.js", bin: { ncc: "./dist/ncc/cli.js" },
Sorry, something went wrong.
Thanks! Fixed in https://github.com/zeit/ncc/releases/tag/0.22.3
No branches or pull requests
Hi, the latest release (
0.22.2
) echos the wrong version number when I run the version CLI command:npx @zeit/ncc@0.22.2 version # 0.22.1
The text was updated successfully, but these errors were encountered: