-
Notifications
You must be signed in to change notification settings - Fork 102
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
Cannot install folktale 2.0.0 on ubuntu based linux #152
Comments
I'm receiving errors when clone the project too:
btw, I think it's useless to keep docs folder in node_modules, folktale can use example: |
Ah, we did use to not include the documentation in the npm package, but it includes the source and docs now so people can have access to the docs while offline. Fixing this properly involves fixing the documentation tool to generate more reasonable structures, so that's a bit difficult. I'll try publishing a package without docs for now later today. It involves a bit more of work than just changing the |
Thanks @robotlolita |
This patch veresion removes the docs from the package as a temporary workaround for #152
Can you try installing |
yay, it works! 😄 @robotlolita Thanks. 💟 |
Trying to install
"folktale": "2.0.0"
and receiving ENAMETOOLONG.Steps to reproduce
added "folktale": "2.0.0" on package.json and run yarn install or run yarn add folktale, both fail.
Expected behaviour
Install the library
Observed behaviour
Environment
OS: Ubuntu 16.04 (Kde Neon)
Node version: v8.2.1
npm: 5.3.0
yarn: v0.27.5
Folktale: 2.0.0
The text was updated successfully, but these errors were encountered: