Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ngrok ERR_DLOPEN_FAILED #104

Open
Dizzienoo opened this issue Oct 11, 2024 · 0 comments
Open

ngrok ERR_DLOPEN_FAILED #104

Dizzienoo opened this issue Oct 11, 2024 · 0 comments

Comments

@Dizzienoo
Copy link

Dizzienoo commented Oct 11, 2024

This is perhaps more for awareness as it took me a while to figure out the issue here.

When running mapps tunnel:create -p 8302 on a fresh machine I was getting the following error:

Error: The specified module could not be found.
    \\?\C:\Users\USER\AppData\Roaming\nvm\v22.9.0\node_modules\@mondaycom\apps-cli\node_modules\@ngrok\ngrok-win32-x64-msvc\ngrok.win32-x64-msvc.node
    Code: ERR_DLOPEN_FAILED

This was saying that it could not load the ngrok module, though due to me running through NVM I initially explored that as the issue.

ngrok has a dependency for a Microsoft C++ Redistributable (https://github.com/ngrok/ngrok-javascript?tab=readme-ov-file#platform-support) that I hadn't installed. Once that was installed the tunnel create command ran as expected. It may be worth adding this distributable dependency to the quick-start documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant