question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DeprecationWarning

See original GitHub issue

This happens after install and seems that is causing too much lag, when I use hyperline, Hyper takes too much time just to recognize that I’m typing

bash (node:29404) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. warning hyperline > left-pad@1.3.0: use String.prototype.padStart() warning "hyperline > styled-jsx@2.2.6" has unmet peer dependency "react@15.x.x || 16.x.x". error /home/z33dd/.hyper_plugins/node_modules/hyperline: Command failed. Exit code: 127 Command: opencollective postinstall Arguments: Directory: /home/z33dd/.hyper_plugins/node_modules/hyperline Output: /usr/bin/env: 'node': No such file or directory

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:20
  • Comments:7

github_iconTop GitHub Comments

2reactions
dagadbmcommented, Oct 10, 2019

stoped using this because of this

1reaction
sanguinocommented, Mar 4, 2020

@mcarpenterjr I did what you said, the warning is not showing, but hyperline stills not showing, any idea?

Read more comments on GitHub >

github_iconTop Results From Across the Web

warnings — Warning control — Python 3.11.1 documentation
DeprecationWarning. Base category for warnings about deprecated features when those warnings are intended for other Python developers (ignored by default, ...
Read more >
What does DeprecationWarning mean when running Python
removing is danger because user may used that and if a developer want to remove a thing first have to notify others to...
Read more >
DeprecationWarning no longer loud by default in Python 2.7+
Since Python 2.7 (and 3.2) Python no longer emits output for DeprecationWarnings. This is due to the desire to hide these errors from...
Read more >
Mongoose v6.8.2: Deprecation Warnings
DeprecationWarning : collection.remove is deprecated. Use deleteOne, deleteMany, or bulkWrite instead. To remove this deprecation warning, replace any usage ...
Read more >
Python deprecation - DEV Community ‍ ‍
DeprecationWarning, stacklevel=2) super(). ... def __init__(self, *args, **kwargs): """This throws a deprecation warning on initialization.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found