Open matt-bailey opened 4 years ago
I've also been experiencing this issue and have yet to find a solution that works. It seems to be interpreting the sketch plugin as a directory instead of a file. I've tried multiple LTS node versions with the same results.
html-sketch-app-test $ node -v && npm -v v12.13.1 6.12.1
having the same problem..
My environment:
I'm trying to install
html-sketchapp-cli
but I'm running into issues. I've looked through the other issues here on github, but I don't think any are related? It's likely I'm doing something wrong, or my environment is not set up correctly, but I wonder if anyone can help?Firstly I installed
html-sketchapp
withnpm i @brainly/html-sketchapp
. Then I installedhtml-sketchapp-cli
into a simple test project usingnpm install --save-dev html-sketchapp-cli
. Then I ran thenpm run html-sketchapp-install
script as directed in the readme.However, running
html-sketchapp-install
fails with the following error:My limited knowledge would suggest that the script thinks
asketch2sketch-4-4-0.sketchplugin
is a file, when in fact it's a directory?...Any suggestions?