-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Labels
🚨This issue needs some love.This issue needs some love.coretriage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
Description
I have started to migrate our file storage strategy to use Google Cloud Storage. I have installed the module from npm into my project like so:
npm install gcloud --save
Then I only required it at the top of a file to use within like so:
var gcloud = require('gcloud');
When I start the app it crashes immediately with ...terminated by signal SIGILL (Illegal instruction)
When I remove the require statement then my app goes back to operating as normal.
Any idea? Is it just this version (v0.13.2)?
EDIT: I am locally using OSX Yosemite 10.10.2 and Node.js v0.12.2 (tried it on v0.12.0 with same results)
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.coretriage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.