yarnpkg/yarn

ENOSYS Function not implemented.

Closed this issue ยท 7 comments

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

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.

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

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)

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

Thank you @ravitadi !

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

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?