Now's incorrect behavior on updating
See original GitHub issueOn every now command, in the console I see:
Run `yarn add now@latest` to install Now CLI 16.2.0...
Now CLI 16.1.2 dev (beta) — https://zeit.co/feedback/dev
After running yarn add now@latest
the message won’t disappear. Only npm i -g now
helps.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
sqlalchemy onupdate inconsistent behavior for Query.update()
After changing the argument (for default and onupdate ), replacing the python datetime function with sqlalchemy.func.now() resolves the weird ...
Read more >Unexplained Windows or software behavior may be caused ...
This issue may occur when deceptive software, such as spyware that is known as "grayware," is installed on your computer. This kind of...
Read more >How to fix “Modifying state during view update, this will cause ...
Modifying the state of a view causes the view to be re-rendered, so SwiftUI gets confused – “undefined behavior” is Apple's way of...
Read more >Clients cannot update or upgrade - Apex One
Incorrect changes to the registry can cause serious system problems. Open the Registry Editor. Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\TrendMicro\ ...
Read more >Recently Reported Issues (Last Updated: Dec 15, 2022)
This is the expected behavior as the text now aligns with the lines. Even if single-spacing is selected, the text will be double-spaced...
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
@arnklint The Desktop App is deprecated. Please do not use it.
We are porting all functionalities to either the CLI or the UI itself.
We are closing this issue as it seems related to the environment rather than the CLI. If you still face this issue, please reach out to support@zeit.co
I ended up in a weird state, where the desktop app - installed via
brew
seemed to re-add the bin file whenever I removed it from/usr/local/bin/now
, or some time after I’d use yarn or npm to install it.which now
returned/usr/local/bin/now
and it was not a symlink.I uninstalled the desktop app and reran
yarn global add now
once again and now I get a (persistent) symlink towards node_modules.