Trouble installing on WSL
twesleyb opened this issue · 0 comments
twesleyb commented
Hi alewin,
I'm excited to use your tool, but I'm having some trouble installing.
After cloning your repo,
$ git clone https://github.com/alewin/CliChords ~/projects/CliChords
$ cd ~/projects/CliChords
When I try:
$ npm install / yarn install
I get the following error message:
npm ERR! addLocal Could not install /
npm ERR! Linux 4.4.0-18362-Microsoft
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "/" "yarn" "install"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code EISDIR
npm ERR! errno -21
npm ERR! syscall read
npm ERR! eisdir EISDIR: illegal operation on a directory, read
npm ERR! eisdir This is most likely not a problem with npm itself
npm ERR! eisdir and is related to npm not being able to find a package.json in
npm ERR! eisdir a package you are trying to install.
npm ERR! Please include the following file with any support request:
npm ERR! /mnt/d/projects/CliChords/npm-debug.log
I'm using the Windows subsystem for linux, and I have node.js, npm, and yarn:
$ nodejs --version
v8.10.0
$ npm --version
3.52
$ yarn --version
1.17.3