-
-
Notifications
You must be signed in to change notification settings - Fork 245
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 Angular-CLI happens on every run #314
Comments
|
I'm not that familiar with npm but I suspect this is something in puppet itself since you use the |
|
I took the I now see this on every run: Re-adding the but still doesn't properly install Angular CLI. So the package is only properly installed on clients that were first run with the |
|
I enabled the debug and it effectively runs but it hangs, no idea if it's because the dependencies are many, but it doesn't make sense because from a Vagrant instance without it, I was able to run it and it doesn't take that much. |
|
I wonder what |
|
I've moved Then executing: it's indeed installed, so it's a problem with the return status? |
|
My expertise is puppet, not nodejs. This feels like an issue with nodejs/npm itself so I'm afraid I can't be of any help. |
|
There has been no recent correspondence on this, closing. |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
On the server, I have the following class:
What are you seeing
ng seems to be properly installed, but every time I run the client, I see the following entry in the log:
What behaviour did you expect instead
I would expect to only see this entry the first time the client runs.
The text was updated successfully, but these errors were encountered: