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

Install on windows #8

Open
lucas-garcia opened this issue Feb 19, 2015 · 11 comments
Open

Install on windows #8

lucas-garcia opened this issue Feb 19, 2015 · 11 comments
Assignees
Labels

Comments

@lucas-garcia
Copy link

Does the library work on Windows? I'm hitting errors because of the postinstall command _coffee -c lib
What does this command do?

Update: Understood that is the command that compiles the coffee script, but still don't know why not working on windows

@gasi
Copy link
Member

gasi commented Feb 19, 2015

Thanks for reporting this. I am currently not maintaining this library but I welcome you to take a look. What is the error you are getting? _coffee is the Streamline.js compiler for CoffeeScript: https://github.com/Sage/streamlinejs I don’t have access to a Windows machine.

@aseemk
Copy link
Member

aseemk commented Feb 21, 2015

What error message(s) are you getting, @lucas-garcia?

Can you also paste the output of node --version, npm --version, and npm ls?

@aseemk
Copy link
Member

aseemk commented Feb 22, 2015

I'll fix this by compiling on prepublish rather than postinstall (as has generally become the preferred compiling method in the node/npm world, for better or worse).

@gasi: would you mind adding me to the npm module? npm owner add aseemk deepzoomtools. Thanks!

@aseemk aseemk self-assigned this Feb 22, 2015
@gasi
Copy link
Member

gasi commented Feb 22, 2015

Done 👍

@aseemk aseemk closed this as completed in 72d3275 Feb 22, 2015
@aseemk
Copy link
Member

aseemk commented Feb 22, 2015

Thanks @gasi.

@lucas-garcia: try v0.0.7 from npm now.

@lucas-garcia
Copy link
Author

Hey @aseemk , I'm very sorry for the very late answer.

I am working on a Mac but I reported the Windows problem because some colleagues have Windows and it was not working. But it looks like now it's broken for me. I installed it and was getting Cannot find module 'deepzoomtools'. So then I manually run npm run build and only then it compiled the files. Any idea what it could be?

Thanks!

@iangilman iangilman reopened this Mar 16, 2015
@iangilman iangilman added the bug label Mar 16, 2015
@aseemk
Copy link
Member

aseemk commented Mar 16, 2015

@lucas-garcia: I'm guessing you haven't updated to v0.0.7. Try that, it should fix it.

@lucas-garcia
Copy link
Author

@aseemk Aren't you in v0.0.8? That's what I have here

@aseemk
Copy link
Member

aseemk commented Mar 16, 2015

(Actually, update to v0.0.8 while you're at it. It contains an important bug fix.)

@aseemk
Copy link
Member

aseemk commented Mar 16, 2015

You're right, I just installed a fresh 0.0.8 and am not seeing the compiled files (though the source maps are there). Will investigate and fix. Sorry about that!

@lucas-garcia
Copy link
Author

No problem, thanks you for investigating it!

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

No branches or pull requests

4 participants