Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Error: Cannot find module 'babel-runtime/regenerator' #1

Open
Marloto opened this issue May 21, 2017 · 0 comments
Open

Dependency Error: Cannot find module 'babel-runtime/regenerator' #1

Marloto opened this issue May 21, 2017 · 0 comments

Comments

@Marloto
Copy link

Marloto commented May 21, 2017

Running a project without Babel and a dependency to this RAKE implementation breaks with the exception Error: Cannot find module 'babel-runtime/regenerator'.

mkdir new-project && cd new-project
npm init --force && npm install rapid-automated-keyword-extraction --save
echo "var rake = require('rapid-automated-keyword-extraction').default;" > index.js
node index.js

Current workaround is to install babel-runtime with npm install --save babel-runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant