thomasbrueggemann / paperless-desktop

🍃 macOS app that uses the paperless API to manage your document scans.
GNU General Public License v3.0
582 stars 52 forks source link

Update package.json to include natives >= 1.1.6 #52

Closed kuhnchris closed 5 years ago

kuhnchris commented 5 years ago

...so Mac OS X 11+ can run npm start without gulp acting up. See https://github.com/gulpjs/gulp/issues/2246

Describe the changes you made

Added natives >= 1.1.6 to package.json

Why were these changes necessary/desired?

Breakage of gulp on mac os x

How can the changes be tested?

npm install && npm start without change v.s. with change

Did you already test the changes?

Yes, else I wouldn't be able to run paperless-desktop...