Reputation: 180
I am trying to run exercises on exercism but I am getting this error ReferenceError: Unknown plugin "babel-plugin-transform-builtin-extend"
whenever I am trying to run the test with npm install
below is my package.json file and the error log. What do I need to do?
Thank you. I was able to put the link on github gist
Upvotes: 3
Views: 698
Reputation: 180
I ran this command npm i babel-plugin-transform-builtin-extend
on the terminal and it solved my problem. Thanks all
Upvotes: 4