馃憢 Hello! Thanks for contributing. Please use the template that matches your intention
I am running npm run render inside one of the examples folder. Every time I get an error in terminal.

Expected behavior:
I expected the command to run successfully creating a new plug-in.
Observed behavior:
I get this info:
npm run render
> profile-cards@ render /Users/sten/Documents/DEV/NODE/react-sketchapp/examples/profile-cards
> skpm build --watch --run
馃枿 Copied src/manifest.json in 7ms
Executing post-build scripts
馃敤 Built ./main.js in 34314ms
TypeError: null is not an object (evaluating 'context.document.currentPage')
line: 6740
column: 104
How to reproduce:
npm run renderSketch version:
43.2 (39069)
@netsi1964 You should already have an empty Sketch project open before running npm run render.
Please state that in the instructions when someone wants to test it. And yes - that helped! Here is screenshot where I have altered the Profile Cards example. Great!

@netsi1964 sorry you ran into that - I need to make the docs clearer :(
Most helpful comment
@netsi1964 You should already have an empty Sketch project open before running
npm run render.