That seemed to help, after I cloned github.com/lipsurf/cli
. Without the extra clone I was getting error Package "lipsurf-cli" refers to a non-existing file '"/mnt/c/Users/aki/code/cli"'.
from yarn add --dev...
Just including it for completeness in case it should be added to a readmeā¦
Now Iām getting another error from yarn build
$ yarn build
yarn run v1.22.5
$ lipsurf-cli build
/bin/sh: 1: lipsurf-cli: Permission denied
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
This is after yarn upgrade
and yarn add
. Some stackoverflow post suggested this, but got another error
$ npm rebuild
...
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /mnt/c/Users/aki/code/LipSurf-plugins/node_modules/lipsurf-cli/lib/lipsurf-cli.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/mnt/c/Users/aki/code/LipSurf-plugins/node_modules/lipsurf-cli/lib/lipsurf-cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
Not sure what it is about lipsurf-cli
that causes these problems. Iām on Windows with WSL fwiw