I have ghost running locally on my laptop.
My goal is to be able to make edits to the Casper theme. But when I run yarn install
in content/themes/casper
I get:
$ yarn install
yarn install v0.24.6
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
Error: EINVAL: invalid argument, symlink '' -> '/Users/danbartlett/Workspace/ghost/versions/2.3.0/content/themes/casper/node_modules/gscan/test/fixtures/themes/030-assets/symlink2/assets/mysymlink'
I’ve tried googling around, but the only threads that come up seem to be related to symlinks in containers or on NTFS drives. My setup is nothing like that. Does anyone have any idea? From the path, it looks like it might be related to GScan? I’m stumped.
Dan