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

babel-runtime #15

Open
ghost opened this issue Apr 17, 2017 · 1 comment
Open

babel-runtime #15

ghost opened this issue Apr 17, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 17, 2017

when doing npm start :

ERROR in ./src/js/modules/msg.js
Module not found: Error: Can't resolve 'babel-runtime/helpers/typeof' in '/Users/x/dev/testing/salsita/chrome-extension-skeleton/src/js/modules'
 @ ./src/js/modules/msg.js 1:0-51
 @ ./src/js/devTools.js

ERROR in ./src/js/modules/runner.js
Module not found: Error: Can't resolve 'babel-runtime/core-js/json/stringify' in '/Users/x/dev/testing/salsita/chrome-extension-skeleton/src/js/modules'
 @ ./src/js/modules/runner.js 1:0-67
 @ ./src/js/options.js
@heedrox
Copy link

heedrox commented Jul 9, 2017

I had same problem; I fixed it adding to devDependencies in package.json
"babel-runtime": "^6.1.4"

I also had to update to [email protected] to make it work with [email protected]

holycrepe added a commit to holycrepe/chrome-extension-skeleton that referenced this issue Sep 6, 2017
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