-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Installing handlebars on Centos 6.4 for precompilation #736
Comments
What error did you see? Do you have a stack trace or other log information? |
This is log of the install including the error messages: npm install -g handlebarsnpm http GET https://registry.npmjs.org/handlebars |
These are issues specific to npm and the contents that you have in your global node_modules dir. Handlebars doesn't attempt to load most of those modules. You might be able to raise with the npm project to see if they have feedback on why you are getting warnings for unrelated modules on npm install. |
Hi,
I followed the instructions and installed handlebars on Centos 6.4 (Final) but there was a dependency issue with 'inherits'. Installing this first worked for me:
npm install -g inherits
then..
npm install -g handlebars
regards
The text was updated successfully, but these errors were encountered: