react-sketchapp: Quickstart npm run render error

| -------------------------------------------------------------------------------------------------

Reporting a bug or issue
Running the quick start and following these instructions:
Open a new Sketch file, then in a terminal:

git clone https://github.com/airbnb/react-sketchapp.git
cd react-sketchapp/examples/basic-setup && npm install

npm run render

Expected behavior:

Observed behavior: Getting this error

(node:15917) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'apply' of undefined
(node:15917) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
🖨  Copied src/manifest.json in 3405ms

How to reproduce: Follow the instruction Sketch version: Sketch version is 44.1 macOS High Sierra Beta

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 18

Most upvoted comments

could you try to install the master branch of skpm (npm i https://github.com/skpm/skpm) and try npm run render again?