bubenshchykov / ngrok

Expose your localhost to the web. Node wrapper for ngrok.
https://ngrok.com
2.33k stars 317 forks source link

This app can't run on your PC #284

Closed alicodfin closed 1 year ago

alicodfin commented 2 years ago

This app can't run on your PC

To find a version for your PC, check with the software publisher

i am seeing this message in windows blue screen when ever i am trying to start ngrok tunnel

PS H:\Monday.com\quickstart-react> npm run start

> monday-integration-quickstart-app@0.0.1 start
> npm run stop && concurrently "npm run server" "npm run expose"

> monday-integration-quickstart-app@0.0.1 stop
> kill-port 8301 && kill-port 4049 && kill-port 4040

0 process was killed
0 process was killed
0 process was killed
[0]
[0] > monday-integration-quickstart-app@0.0.1 server
[0] > SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start
[0]
[1]
[1] > monday-integration-quickstart-app@0.0.1 expose
[1] > ngrok http 8301
[1]
[0] i 「wds」: Project is running at http://0.0.0.0:8301/
[0] i 「wds」: webpack output is served from
[0] i 「wds」: Content not from webpack is served from H:\Monday.com\quickstart-react\public
[0] i 「wds」: 404s will fallback to /
[0] Starting the development server...
[0]
[0] Browserslist: caniuse-lite is outdated. Please run:
[0] npx browserslist@latest --update-db
[0]
[0] Why you should do it regularly:
[0] https://github.com/browserslist/browserslist#browsers-data-updating
[0] Compiled with warnings.
[0]
[0] ./src/App.js
[0]   Line 8:7:  'monday' is assigned a value but never used  no-unused-vars
[0]
[0] Search for the keywords to learn more about each warning.
[0] To ignore, add // eslint-disable-next-line to the line before.
[0]
[1] Access is denied.
[1] npm run expose exited with code 1
philnash commented 2 years ago

Does that happen when you run the ngrok executable directly?

I'm not sure that this would be a problem that this project (the Node.js wrapper for the ngrok executable) can solve. It might be best to take up with the ngrok team.

philnash commented 2 years ago

Hey @alicodfin, just following up here, do you get the same error when you try to run the ngrok executable directly?

Please let us know so we can either help or close this issue. Thanks!

philnash commented 1 year ago

I'm going to close this issue as there has been no response. Please do open it up again with more detail if this is still an issue.