Skip to content
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

ENOSYS Function not implemented. #1381

Closed
darrylmorley opened this issue Oct 23, 2016 · 7 comments
Closed

ENOSYS Function not implemented. #1381

darrylmorley opened this issue Oct 23, 2016 · 7 comments

Comments

@darrylmorley
Copy link

darrylmorley commented Oct 23, 2016

Hi,

I receive this error when trying to install packages:

ENOSYS: function not implemented, symlink '../../../dev-ip/lib/dev-ip.js' -> '/media/darryl/1EE2-2294/yarn-starter/node_modules/browser-sync/node_modules/.bin/dev-ip'
at Error (native)

I'm using Ubuntu Gnome 16.04

@darrylmorley darrylmorley changed the title ENOENT, no such file or drectory ENOSYS Function not implemented. Oct 23, 2016
@darrylmorley
Copy link
Author

This issue was due to the filesystem being exfat. I am using an sdcard to store my files in and once formated to ext4, everything was fine.

@ravitadi
Copy link

I had the same issue when I was doing it inside of a Box folder. Got it resolved by moving it outside.

@cryptid11
Copy link

cryptid11 commented Jun 10, 2019

This issue was due to the filesystem being exfat. I am using an sdcard to store my files in and once formated to ext4, everything was fine.

if this is the case shouldnt it be marked as a bug and resolved? (it seems the case)

@bosgeluk
Copy link

Same problem with PCloud filesystem is Fuse.. npm ERR! ENOSYS: function not implemented, symlink '../uuid/bin/uuid'

@dallasclark
Copy link

Thank you @ravitadi !

@piatkiewicz
Copy link

piatkiewicz commented Mar 12, 2020

I'm trying to run some github project with docker. On everyone else machine it all works fine, but I'm getting this error when script goes to yarn install step:

Error: ENOSYS: function not implemented, fstat
    at tryStatSync (fs.js:308:18)
    at Object.readFileSync (fs.js:345:17)
    at onUnexpectedError (/usr/share/node_modules/yarn/lib/cli.js:91833:100)
    at /usr/share/node_modules/yarn/lib/cli.js:91936:9
make: *** [Makefile:32: install-assets] Error 1

When I'm trying to install yarn manually inside container, so doing docker-compose exec php bash and then yarn install I'm getting this error:

yarn install v1.16.0
Error: ENOSYS: function not implemented, read
    at Object.readSync (fs.js:498:3)
    at tryReadSync (fs.js:332:20)
    at Object.readFileSync (fs.js:361:19)
    at onUnexpectedError (/usr/share/node_modules/yarn/lib/cli.js:91826:106)
    at /usr/share/node_modules/yarn/lib/cli.js:91936:9

I have overlay2 system driver and extfs backing filesystem

@cimchd
Copy link

cimchd commented Aug 5, 2020

When I'm trying to install yarn manually inside container, so doing docker-compose exec php bash and then yarn install I'm getting this error:

yarn install v1.16.0
Error: ENOSYS: function not implemented, read
    at Object.readSync (fs.js:498:3)
    at tryReadSync (fs.js:332:20)
    at Object.readFileSync (fs.js:361:19)
    at onUnexpectedError (/usr/share/node_modules/yarn/lib/cli.js:91826:106)
    at /usr/share/node_modules/yarn/lib/cli.js:91936:9

I have overlay2 system driver and extfs backing filesystem

I have the same error. Did you find a solution in the meantime?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants