Static GitHub Issues

[474] 0.10.5 babel preset es2015 not installed

prev: How to add separate CSS file to webpack config
next: Problems with dev dependencies when deploying to Azure Web App

after upgrading to 0.10.5 i'm seeing the error when nuxt attempts to build. I've checked the node_modules directory and can confirm that babel-preset-es2015 does not exist.

https://ipfs.io/ipfs/QmRnBi6mSF2uWdFduSF9LTCFiTZy78cGpKP3UbybhciBQF

I've tried clearing my yarn.lock and node_modules and still running into this issue. Anyone else?

ERROR in ./.nuxt/server.js
Module build failed: Error: Couldn't find preset "es2015" relative to directory "/home/uptown/Projects/Products/Bambee/bambee/www/.nuxt"
    at /home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-core/lib/transformation/file/options/option-manager.js:293:19
    at Array.map (native)
    at OptionManager.resolvePresets (/home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-core/lib/transformation/file/options/option-manager.js:275:20)
    at OptionManager.mergePresets (/home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-core/lib/transformation/file/options/option-manager.js:264:10)
    at OptionManager.mergeOptions (/home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-core/lib/transformation/file/options/option-manager.js:249:14)
    at OptionManager.init (/home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12)
    at File.initOptions (/home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-core/lib/transformation/file/index.js:212:65)
    at new File (/home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-core/lib/transformation/file/index.js:135:24)
    at Pipeline.transform (/home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-core/lib/transformation/pipeline.js:46:16)
    at transpile (/home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-loader/lib/index.js:46:20)
    at Object.module.exports (/home/uptown/Projects/Products/Bambee/bambee/www/node_modules/babel-loader/lib/index.js:163:20)
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c413">#c413</a>)</em></sub></div>