@alannarisse wrote:
Hi, I'm getting the following error when I try to do a build or start my server and can't figure out hat's going on:
File: modules/ember-inflector/index.js The Broccoli Plugin: [broccoli-persistent-filter:Babel] failed with: Error: Couldn't find preset "es2015" relative to directory "/Users/alanna"
I have a .babelrc file at /Users/alanna with this in it:
{
"presets": ["es2015"]
}
But it looks like it's not being found. I'm an ember newbie. I've tried a git refresh, I've tried updating all my dependencies,
I'e got several different projects installed on my machine so I'm assuming when I installed another project, it must have broken my ember environment. I checked and I have no other processes running. Any guesses?This is the project: https://github.com/alannarisse/verge-ember
Posts: 2
Participants: 2