Cannot install folktale 2.0.0 on ubuntu based linux
See original GitHub issueTrying 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
error An unexpected error occurred: "https://registry.yarnpkg.com/folktale/-/folktale-2.0.0.tgz: ENAMETOOLONG: name too long, open '/home/snotr/.cache/yarn/v1/npm-folktale-2.0.0-9f4a6851521be331c8d2703655f7427a0a324126/docs/api/master/en/-unknown-module-.folktale.concurrency.future._executionstate.variants.0.prototype.cancelled.prototype.rejected.prototype.resolved.constructor.html'".
Environment
OS: Ubuntu 16.04 (Kde Neon) Node version: v8.2.1 npm: 5.3.0 yarn: v0.27.5 Folktale: 2.0.0
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Cannot install open-coarrays-bin for gfortran on ubuntu 20.04
Normal native method of installation is possible by using different package names: sudo apt-get install libcaf-openmpi-3 libcaf-mpich-3 ...
Read more >https://packages.ubuntu.com/kinetic/amd64/allpacka...
Binary adminer (4.8.1-1) [universe] Web-based database administration tool ... alpine-chroot-install (0.13.3-2) [universe] bootstrap Alpine Linux into a ...
Read more >Cellprofiler 3.1.9 on Ubuntu 18.04 LTS - Image.sc Forum
So I am trying to install Cellprofiler 3.1.9 on Ubuntu 18.04 (as the title might have hinted) so I can use the generated...
Read more >Error when install ggbio
I've got the exact same problem, using the R version of Ubuntu 16.04. ... but then I get a message, that I should...
Read more >Ruby on Rails 2.0 has been released and other Zenbits
ERROR: Error installing rails: rails requires activeresource (= 2.0.0) ... of us who use and prefer (at least on Windows and Linux) an...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you try installing
folktale@2.0.1
and see if it works for you?yay, it works! 😄 @robotlolita
Thanks. 💟