-
Using skpm and the example code from the sketch-module-web-view Readme, I get the following error when running my-command:
TypeError: null is not an object (evaluating 'context.plugin.urlForRes…
-
I'm getting this when building with node 8.7.0:
>(node:68828) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: c.close is not a function
>(node:68828) [D…
-
Hey folks,
I was giving the latest beta version a try and figured out why it was breaking for us when used in a sketchapp plugin environment.
The main difference to the latest stable version is …
-
**Observed behavior:**
```
$ npm run render
> basic-setup@1.0.0 render /Users/developer/Development/tools/react-sketchapp/examples/basic-setup
> skpm build --watch --run
🖨 Copied src/manifes…
iegik updated
7 years ago
-
I am using react-sketchapp library in order to generate some sketch files. Following their example if I run `npm run render` after npm install below is what I get.
I installed skpm separately `np…
-
Hi,
I keep on getting this error when writing "skpm build" :
```
[1/2] 🖨 Copied src/manifest.json in 7ms
(node:19570) DeprecationWarning: loaderUtils.parseQuery() received a non-string valu…
-
If we're using pyenv and the global python is version 3, keytar fails to install.
```text
> keytar@4.0.4 install /Users/aparajita/.nvm/versions/node/v8.7.0/lib/node_modules/skpm/node_modules/keyta…
-
`$ npm run render`
> basic-setup@1.0.0 render /Users/preetam/Documents/rn-practice/react-sketchapp/examples/basic-setup
> skpm build --watch --run
(node:13338) UnhandledPromiseRejectionWarning:…
-
**Expected behavior:**
I would like to open Sketch, run these commands:
```
git clone https://github.com/airbnb/react-sketchapp.git
cd react-sketchapp/examples/basic-setup && npm install
npm ru…
-
For example, how would I transfer `[fill setColor:[MSImmutableColor colorWithSVGString: colors[r]]];` to the proper JS that SKPM can transpile? I haven't worked with Objective-C for years if that make…