Warning on yarn serve
See original GitHub issue- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser
-
@sentry/node
-
raven-js
-
raven-node
(raven for node) - other:
Version:
5.15.2
Description
I receive this while serving the app
Module not found: Error: Can't resolve 'perf_hooks' in '/Users/user/code/project/client/node_modules/@sentry/utils/esm'
Issue Analytics
- State:
- Created 3 years ago
- Reactions:20
- Comments:9 (3 by maintainers)
Top Results From Across the Web
No way to silence warnings · Issue #6672 · yarnpkg/yarn
What is the current behavior? Using yarn --silent is not silent since it displays a lot of errors related to package deprecation. For...
Read more >Should I be concerned about Yarn warnings - Stack Overflow
Peer dependencies are ones that the project assumes you have installed. You can install them to have the warnings go away.
Read more >Error Codes | Yarn - Package Manager
A list of Yarn's error codes with detailed explanations. ... cause the build scripts of every affected package to simply be ignored (and...
Read more >Warnings when running yarn install [#3105437] | Drupal.org
I get a few warnings after installing the theme with Yarn in Ubuntu 18.04: Install Yarn in Ubuntu 18.04: $ curl -sS ...
Read more >4 Methods for How to Install Yarn on Windows Server
Once the Chocolatey installation completes, install the Yarn package on the Windows server by running the following command. ... Here is the ...
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 FreeTop 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
Top GitHub Comments
5.15.3
will be released in a few minutes which fixes this issue.Downgrading to 5.15.1 fixes this.