now-cli: releases without assets
See original GitHub issueOn my CI I downloaded the now-alpine from the github release package in version 15.4.0. I’ve done this with
wget -q https://github.com/zeit/now-cli/releases/download/15.4.0/now-alpine.gz
Today I wanted to update it to the latest version and found out that since 15.8.7 (explcuded) no pre compiled now assets are attached to the releases anymore.
Is this an issue or expected? From where can I get the alpine now cli now?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
now-cli: releases without assets · Issue #3074 - GitHub
On my CI I downloaded the now-alpine from the github release package in version 15.4.0. ... now-cli: releases without assets #3074.
Read more >Anyone managed to get the new Now-CLI components working?
I've sort of managed to get it working under a Windows machine if, and only if the user account contains no spaces. However,...
Read more >Vercel CLI – Vercel Docs
When there is a new release of Vercel CLI, running any command will show you a message letting you know that an update...
Read more >Building Custom Workspace Components in Orlando: Now CLI
The Now Experience UI Framework is something radically new in the Orlando release of ServiceNow. It's a major step forward from what has ......
Read more >now-cli deployment doesn't build package.json dependencies
But I see in the build log that dependencies are not collected. Both package.json and package-lock.json are present in the source files.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@StefMa You can, indeed!
Like this:
npm install -g now@<version>
Ah okay. Thank you 👍 Will close it because it’s answered.