-
Notifications
You must be signed in to change notification settings - Fork 11
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
npm install error #20
Comments
That error looks bad but it's actually okay! It's an optional dependency failing to compile probably because the native module is incompatible with the version of node you're using. To fix this, it'll probably require a nunjucks dependency update. |
Thanks for the quick response! I didn't realize there was such a thing as optional dependencies. I see it's this one: I wasn't able to find much info on pipobscure/fsevents, so I don't think it's worth changing my nodejs version to fix it. I'll just live with it, since as you said, it doesn't actually break anything. |
It may be optional, but it seems to prevent anything else from installing as well:
|
That's weird, that looks like the wintersmith install didn't finish correct. See how the marked module is a sub-dependency? Can you re-run |
I get the following error when installing locally on mac osx:
The text was updated successfully, but these errors were encountered: