Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nodemon] app crashed #115

Closed
Sviatoy opened this issue Sep 17, 2014 · 3 comments
Closed

[nodemon] app crashed #115

Sviatoy opened this issue Sep 17, 2014 · 3 comments

Comments

@Sviatoy
Copy link

Sviatoy commented Sep 17, 2014

When I try to parse xlsx file it falls with an error
[nodemon] app crashed - waiting for file changes before starting...
... what am I doing wrong?

node v0.10.31

var XLSX = require('xlsx');

exports.parseXLSX = function(req, res) {
    var filename = req.param('value');
    console.log('XLSX try');
    var workbook = XLSX.readFile(filename , {bookSheets:true});
    console.log('XLSX Done!');
    res.jsonp(workbook.SheetNames);
};
@aaparmar
Copy link

@Sviatoy I had similar problems in 0.10.31. Other closed issues point to nodejs/node-v0.x-archive#8208. I just tested 0.10.32 and everything works. Can you try upgrading to 0.10.32?

@Sviatoy
Copy link
Author

Sviatoy commented Sep 17, 2014

@aaparmar Thank you! It works for me!

@Sviatoy Sviatoy closed this as completed Sep 17, 2014
@SheetJSDev
Copy link
Contributor

Thanks @aaparmar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants