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.

Manual Installation Of Babel Plugins For Dev

See original GitHub issue

It seems that at present all the plugins in .babelrc need to be manually installed - they aren’t included in package.json so aren’t installed with npm install, and running npm test triggers ‘Unknown plugin’ warnings. There are some babel presets in package.json but these don’t appear to be applied anywhere.

Steps followed:

  • fork ramda-adjunct
  • clone to machine
  • npm i
  • npm run test

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Undistractioncommented, Dec 20, 2017

Deleted NVM, NPM and removed all my Node installations and started again from scratch and it’s building fine. Sorry for the noise. PR on the way.

0reactions
char0ncommented, Dec 20, 2017

I’ll try to reproduce on new ubuntu installation with node 9

Read more comments on GitHub >

github_iconTop Results From Across the Web

Plugins - Babel.js
Babel's code transformations are enabled by applying plugins (or presets) to your configuration file. Using a Plugin. If the plugin is on npm,...
Read more >
Configure Babel
Create a file called babel.config.json with the following content at the root of your project (where the package.json is). ... Check out the...
Read more >
Usage Guide - Babel.js
The entire process to set this up involves: Running these commands to install the packages: npm install --save-dev @babel/core @babel/cli @babel/preset-env.
Read more >
Babel · The compiler for next generation JavaScript - Babel.js
While you can install Babel CLI globally on your machine, it's much better to install it locally project by project.
Read more >
Setting up Babel 6
Installing Babel ​​ Now we've split it up into two separate packages: babel-cli and babel-core . If you want to use Babel from...
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