brikteknologier / seraph-model

thin model layer for seraph/neo4j (node.js)
MIT License
111 stars 28 forks source link

Install issue #66

Closed kevincampanella closed 10 years ago

kevincampanella commented 10 years ago

When installing on Windows 7, get the following error:

60 error Error: ENOENT, open 'C:\Users\Kevin\AppData\Local\Temp\npm-3852-xyy4BeNS\1394046705080-0.6397244257386774\package\migrations\0.5.-to-0.6..js' 6

I'm assuming this is due to '0.5.-to-0.6..js' being an invalid file name on Windows (due to the asterisks).

jonpacker commented 10 years ago

I had no idea that that it was invalid to have asterisks in a filename in windows! TIL. I'll fix as soon as I can.