rob-race / react-trix

React wrapper around Trix editor from Basecamp + some lightweight features
ISC License
213 stars 42 forks source link

npm install not working #16

Closed adueck closed 5 years ago

adueck commented 6 years ago

It seems there's a problem with react-addons-test-utils in this package.

I am unable to npm install to be able to build

$ npm install
npm WARN deprecated formatio@1.2.0: This package is unmaintained. Use @sinonjs/formatio instead
npm WARN deprecated text-encoding@0.6.4: no longer maintained
npm ERR! code ETARGET
npm ERR! notarget No matching version found for react-addons-test-utils@^16.4.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'react-trix'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/billd/.npm/_logs/2018-10-16T20_44_22_575Z-debug.log
dstpierre commented 5 years ago

@adueck thanks for reporting the issue. I'll look into it as soon as possible, but I have difficulties finding work hour for this project.

I'm open to getting help via PR if anyone is interested.