question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to use without babel-preset-es2015

See original GitHub issue

Getting the following error

Error: Couldn't find preset "es2015" relative to directory "/Users/<username>/Projects/<project-name>/node_modules/shallowequal"

I’m using babel-preset-env and not es2015

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
vkbansalcommented, Jul 4, 2017

Thanks. I learnt something new today.

0reactions
cooperkacommented, Jul 10, 2017

So quick! Thanks a lot @dashed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot find module babel-preset-es2015 - Stack Overflow
From the error it seems that you're using version 7. The es20XX-presets are deprecated, so I recommend you switch to @babel/preset-env .
Read more >
Babel @babel/preset-es2015 Module not found · Issue #10633
I've installed babel 7 through the documentation command. npm install -D babel-loader @babel/core @babel/preset-env @babel/preset-es2015 ...
Read more >
babel/preset-es2015 - Babel.js
Enable transformation of ES6 module syntax to another module type. Setting this to false will not transform modules. spec. boolean , defaults to...
Read more >
Module build failed (from ./node_modules/babel-loader/lib ...
Queries related to “Module build failed (from ./node_modules/babel-loader/lib/index.js): Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'node_modules/@babel/ ...
Read more >
babel-preset-es2015 - npm
Babel preset for all es2015 plugins.. Latest version: 6.24.1, last published: 6 years ago. Start using babel-preset-es2015 in your project ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found