We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when doing npm start :
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
The text was updated successfully, but these errors were encountered:
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]
Sorry, something went wrong.
Add babel-runtime, Update mocha to 2.4.5
11881c1
Per salsita#15
No branches or pull requests
when doing
npm start
:The text was updated successfully, but these errors were encountered: