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

Installing handlebars on Centos 6.4 for precompilation #736

Closed
marktdev opened this issue Feb 12, 2014 · 3 comments
Closed

Installing handlebars on Centos 6.4 for precompilation #736

marktdev opened this issue Feb 12, 2014 · 3 comments

Comments

@marktdev
Copy link

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

@kpdecker
Copy link
Collaborator

What error did you see? Do you have a stack trace or other log information?

@marktdev
Copy link
Author

This is log of the install including the error messages:

npm install -g handlebars

npm http GET https://registry.npmjs.org/handlebars
npm http 304 https://registry.npmjs.org/handlebars
npm http GET https://registry.npmjs.org/optimist
npm http GET https://registry.npmjs.org/uglify-js
npm http 304 https://registry.npmjs.org/optimist
npm http 304 https://registry.npmjs.org/uglify-js
npm http GET https://registry.npmjs.org/wordwrap
npm http GET https://registry.npmjs.org/async
npm http GET https://registry.npmjs.org/source-map
npm http 304 https://registry.npmjs.org/wordwrap
npm http 304 https://registry.npmjs.org/async
npm http 304 https://registry.npmjs.org/source-map
npm http GET https://registry.npmjs.org/amdefine
npm http 304 https://registry.npmjs.org/amdefine
/usr/bin/handlebars -> /usr/lib/node_modules/handlebars/bin/handlebars
npm WARN unmet dependency /usr/lib/node_modules/block-stream requires inherits@'~2.0.0' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/fstream requires inherits@'~2.0.0' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/fstream-ignore requires inherits@'2' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/fstream-npm requires inherits@'2' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/glob requires inherits@'2' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/npmconf requires inherits@'~2.0.0' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
npm WARN unmet dependency /usr/lib/node_modules/tar requires inherits@'2' but will load
npm WARN unmet dependency undefined,
npm WARN unmet dependency which is version undefined
handlebars@2.0.0-alpha.1 /usr/lib/node_modules/handlebars
âââ optimist@0.3.7 (wordwrap@0.0.2)
âââ uglify-js@2.3.6 (async@0.2.10, source-map@0.1.32)

@marktdev marktdev reopened this Feb 18, 2014
@kpdecker
Copy link
Collaborator

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.

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