jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Segmentation fault with Node 4.0.0 #86

Closed gruberb closed 9 years ago

gruberb commented 9 years ago

Hey, I'm getting a segmentation fault error when executing the translation-creator.js.

Any help/bugfix?

TimJohns commented 9 years ago

Hello @gruberb - I did a quick check with 4.0.0, and was able to add rows to a sheet with no seg fault. Can you add a stack trace and/or other repro steps that might help us narrow this down a bit?

gruberb commented 9 years ago

Sorry, It solved itself. I had to remove my node_modules folder, and run npm install and npm rebuild again after the update to 4.0.0