Replies: 2 comments
-
This seems like it's an issue related to Node itself and not Herd. We only install the official Node versions via NVM, so Herd doesn't "modify" node in any way. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your answer ! I finally fixed my problem Thanks for your help anyway and thank you for Herd which is amazing !!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Operating system version
macOS Sonoma 14.3.1 (MacBook Pro M2 Pro - 16GB RAM)
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.5.0 (Build 23)
PHP Version
No response
Bug description
I encounter a memory problem with the Herd embedded NPM (v.21.7.1)
When running
npm run dev
in a classic Laravel 10 app.The process starts normally, but after a few code changes and file saves, the process crashes.
See the terminal output error log below.
Is there an easy way to fix this ?
I tried to update everything I could (herd, node version) but still having the same issue.
Steps to reproduce
No response
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions