elifTech / cpd-ocpp

Open Charge Point Protocol
https://www.eliftech.com/blog/48-a-diy-charging-point-for-an-electric-car-perspective-protocol-and-prototype
MIT License
64 stars 49 forks source link

Cannot find module 'babel-runtime/helpers/extends' #6

Open ghost opened 5 years ago

ghost commented 5 years ago

On npm start I get this error: Error: Cannot find module 'babel-runtime/helpers/extends'

Maybe, dependencies has to be updated

Node v11.11.0

PatrickJung94 commented 5 years ago

I installed npm i babel-runtime for my project and that fixed it for me.