evenchange4 / react-svg-drag-and-select

[WIP] A SVG playground to drag and select shape elements.
https://react-svg-drag-and-select.netlify.com
MIT License
6 stars 2 forks source link

[BUG] Yarn 1.1.0 for netlify #9

Open evenchange4 opened 7 years ago

evenchange4 commented 7 years ago

There is a yarn install problem with --ignore-optional flag.

throw err;
^

Error: Cannot find module 'process-nextick-args'
at Function.Module._resolveFilename (module.js:527:15)

https://github.com/netlify/build-image/blob/master/run-build-functions.sh#L19

Workaround

Use 0.27.5

evenchange4 commented 7 years ago

https://github.com/evenchange4/react-svg-drag-and-select/pull/7