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

Issues installing wintersmith #13

Closed
lhagan opened this issue May 13, 2012 · 2 comments
Closed

Issues installing wintersmith #13

lhagan opened this issue May 13, 2012 · 2 comments

Comments

@lhagan
Copy link
Contributor

lhagan commented May 13, 2012

I ran npm install -g wintersmith then ./bin/dev/compile_coffee, but this failed because ./node_modules/.bin/coffee is not present, although I do have coffee-script installed. The suggested fix, npm install --dev, just produced a lot of errors. I'm fairly new to node/npm, so maybe this is due to a problem with my config.

Instead, I just ran coffee -o ./lib -b -c ./src, which then threw the following error:

SyntaxError: In src/content.coffee, reserved word "private" on line 89

I just did a find and replace in content.coffee to change private to privatea and everything seems to be working.

@jnordberg
Copy link
Owner

Seems CoffeeScript 1.3.1 added some new reserved words. I'ts fixed now as of 1.0.6.

As for the npm install --dev problem. I've also noticed some errors doing this, try running npm install before npm install --dev

@lhagan
Copy link
Contributor Author

lhagan commented May 13, 2012

Thanks, that did it.

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

2 participants