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.

Problem with run dev

See original GitHub issue

I did a fresh install following all instructions in the README.md and after running npm run dev I get this error:

dyld: lazy symbol binding failed: Symbol not found: _SSL_library_init
  Referenced from: /Users/use/testApp/app/node_modules/uws/uws_darwin_57.node
  Expected in: flat namespace

dyld: Symbol not found: _SSL_library_init
  Referenced from:  /Users/user/testApp/app/node_modules/uws/uws_darwin_57.node
  Expected in: flat namespace

Any ideas how to solve it?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
amilajackcommented, Feb 26, 2018

Not sure why is there a mismatch on the SSL link, could be something from my OS. I guess you can close this for now.

Yea this seems specific to your machine.

0reactions
cvalenzuelacommented, Feb 26, 2018

nop

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why I can not run Npm run dev? - Stack Overflow
First run npm install cross-env npm install. Then run npm run dev.
Read more >
npm run dev error - Laracasts
It could be caused by your installed packages being bad. Try this. Copy Code npm cache clean --force rm -rf node_modules npm install...
Read more >
Error on npm run dev with Laravel Project · Issue #2761 - GitHub
Hi, I get following error when i am try to run npm run dev command on windows power-shell @ development C:\Users\Praneeth ...
Read more >
npm run dev issue (npm ERR! code ELIFECYCLE) - scmGalaxy
Error:- ; Solution:- ; Step 1:- Run this command to verify cache ; Step 2:- Recheck your package.json and webpack.mix.js file it is...
Read more >
Problem with NPM RUN DEV : r/laravel - Reddit
On your page filtering network by CSS would possibly show nothing at all - i.e. your template doesn't event link one. Or it...
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