-
Notifications
You must be signed in to change notification settings - Fork 28
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
esprima is not automatically installed #43
Comments
Probably did not execute See bundleDependencies. |
@simonrenoult could you please republish with esprima? |
and use an old version until simonrenoult/code-complexity#43 is fixed
Apparently, this problem appeared in v4.3.0, because v4.2.2 is still working on my end. |
The root of this problem stems from escomplex. escomplex/escomplex#206
|
When I run 4.0.0 using the example from the readme,
npx
then it fails withInstalling with
npm install code-complexity
also does not pull it in. Explicitly installing withnpm install esprima
solves the issue.I'm no nodejs expert, so I don't know how to present a fix for this -I'm not familiar with
bundleDependencies
- but I suspect something in the package.json is off, or some vendored package should be included.The text was updated successfully, but these errors were encountered: