Material-table: Error installing v 1.64.0 and up

Created on 15 Jul 2020  路  8Comments  路  Source: mbrn/material-table

To reproduce:
npm install [email protected]

npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno ENOENT
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/eligrey/FileSaver.js.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

Not seen when installing v 1.63.0 and earlier

bug wontfix

Most helpful comment

Also getting this issue

All 8 comments

Also getting this issue

This is related to Issue #2109

Which was caused by this PR https://github.com/mbrn/material-table/pull/1970

This Issue in MrRio/jsPDF also talks about it https://github.com/MrRio/jsPDF/issues/2208

Please resolve! Trying to update from 1.57.2 to get some new features but not able to upgrade!

Edit
I tried npm install [email protected] and it still won't install. Thankfully, I tried this in a separate project, or my app would have crashed without the install working

Any workaround?

in my package.json i made this edit
"material-table": "1.62.0",

notice the removal of the ^ carrot.

This is the last minor version before using jsPDF that i know of.

Thank you @batsauto , we were manually changing the package lock and that was becoming tedious

When using meteor js and upgrading to 1.69.0 had following issue when running tests:

TypeError: Cannot assign to read only property 'then' of object '#<t>'

Downgrading back to:

"material-table": "1.62.0",

Solved the issue, leaving comment here for anyone else running into this cryptic issue with meteor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.

Was this page helpful?
0 / 5 - 0 ratings