-
Notifications
You must be signed in to change notification settings - Fork 29
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
Invalid name: "@cloudfour/hbs-helpers" #81
Comments
@mattWillis This appears to be a known problem with npm, based on some similar issues. Can you try installing that package by itself?
Also, are you by chance behind a proxy or using an internal npm registry? |
@erikjung thanks for getting back to me. I tried installing the packages individually as well with no luck. Yeah also I saw the issue you posted, it seems to be an error with the "@" symbol. To test this I ran an Do you mind if I ask why Cloud Four is using that naming scheme? It seems like removing the symbol would solve the problem. Oh, also, I am not currently behind a proxy or using an internal npm registry. Thanks again for your quick response! |
This is the naming scheme for scoped packages: (See the above URL regarding We decided to scope mainly because the tasks and helpers are catered very much to our needs and weren't initially intended to be standalone packages. |
We'll look into how others have resolved the sporadic issues with scoped names. One possible workaround you can try is to install from the repository instead of the npm registry:
( The package name will be the same, so this might not resolve the problem, but it's worth a shot. |
@erikjung Sorry for the delay in getting back to you! I have tried to install the package using your suggested method but still am getting: Bummed that I can't try out your project as it seems like it would be a great tool! |
I am really excited to check out your project! However, when running
npm start
ornpm install
it bombs out when trying to install the @cloudfour/gulp-tasks and @cloudfour/hbs-helpers modules because of an invalid module name.npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i"
npm ERR! node v5.6.0
npm ERR! npm v3.6.0
npm ERR! Invalid name: "@cloudfour/hbs-helpers"
I am using a Mac Mini (late 2014) on OS X 10.11.4 I also tried installing using node v4.0.0 with the same problem.
Am I the only one running into this issue?
The text was updated successfully, but these errors were encountered: