dappuniversity / defi_tutorial

326 stars 407 forks source link

error of babel/register and require stack #1

Closed MThakkar121 closed 4 years ago

MThakkar121 commented 4 years ago

mintty_Djv0r2wg1J

help me to resolve this, what am i lacking of in here ?

jayweezy247 commented 4 years ago

This resolved that particular issue for me:

cd defi_tutorial THEN npm install @babel/core @babel/register --save-dev

Resource: https://stackoverflow.com/questions/53748871/error-cannot-find-module-babel-register

MThakkar121 commented 4 years ago

perfect solved my error, THANK YOU!