cameronhunter / local-ssl-proxy

Simple SSL HTTP proxy using a self-signed certificate. Intended for local development only.
MIT License
690 stars 66 forks source link

Fix install by updating babel-preset-es2015-rollup #101

Closed maxdietrich closed 3 years ago

maxdietrich commented 4 years ago

The build step in this project after a clean install resulted in an Error: Cannot find module 'babel-runtime'. Updating babel-preset-es2015-rollup to the latest version solved that issue for me.