-
Looks like versions is missing from wherever its supposed to live. I see a version property in the package.json and the plugin manifest, but neither have a versions. Though I'm not even sure if that's…
-
- [x] use skpm
- [x] use skpm web view + frameless (or just top bar -less) window
- [ ] integrate rename and search into one
- [ ] use lp-vue-base or similar for web view content
- [ ] use outline…
-
I'm getting this error regularly, in my `skpm log -f`.
```
TypeError: null is not an object (evaluating 'e.state=t?NSControlStateValueOn:NSControlStateValueOff')
at l (/Users/jay/Library/Ap…
-
Following error shows up in Sketch Dev Tools
`MOJavaScriptException: TypeError: null is not an object (evaluating 'library.sketchObject.document().documentData')
main-view.js:42:62
forEach [nativ…
-
**Describe the bug**
When I setup a new Sketch plugin through Skpm GUI and choose a different local harddrive folder than the expected default - or when I import a local project from a different loca…
-
I have a really small plugin that works fine, but when I use skpm to publish it, a bunch of extra code is added to the .sketchplugin file and causes it not to work. I'm using skpm so that it'll update…
-
Hi there,
I've been trying to publish my plugin, but every time I run `skpm publish 1.0.0` it returns the following error:
```
Error: Command failed: npm version 1.0.0 -m "Publish %s release :r…
-
I'm developing a sketch plugin and I want to make use of sketch-dev-tools, I found the plugin directly download from release could not work due to compatibility issue, so I turn to clone the repo and…
-
Hello.
In node ```fs.readdirSync``` not traverse all directory tree.
In @skpm version ```fs.readdirSync``` uses ```NSFileManagersubpathsAtPath:``` which according to the documentation:
"This metho…
-
👋 Hello!
Today I tried to update to`@skpm/builder@0.7.5` but during after installation of the generated plugin sketch crashes. Same behaviour for 0.7.0. For now, I just rollback @skpm/builder to 0…