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

CLI stuck on new app init #88

Open
rotober opened this issue Jul 15, 2016 · 13 comments
Open

CLI stuck on new app init #88

rotober opened this issue Jul 15, 2016 · 13 comments
Assignees
Milestone

Comments

@rotober
Copy link

rotober commented Jul 15, 2016

Hi,
I'm experiencing what stated in subject when installing frontend bower components. Follow some data about basic system configuration

  • os: windows 7
  • node.js: 4.4.7
  • npm: 3.9.6
  • bower: 1.7.9
  • grunt-cli: 1.2.0
  • cleverstack: 1.2.10

Attached the verbose output of the command: clever init --verbose myapp
I've cleaned the bower cache, uninstalled and installed cleverstack-cli many times...
It happens even on OSx.
Any clue?
Thanks

cleverlog.zip

@pilsy
Copy link
Contributor

pilsy commented Jul 15, 2016

Hi @rotober -- Just wondering, if you go into E:\MyJob\cleverstack\myapp\frontend folder and run bower i what happens?

@pilsy pilsy self-assigned this Jul 15, 2016
@pilsy pilsy added this to the 1.x.x milestone Jul 15, 2016
@rotober
Copy link
Author

rotober commented Jul 18, 2016

Thanks for the feedback, I've attached the result of bower i.
BR
R.

On Fri, Jul 15, 2016 at 7:05 PM, Richard notifications@github.com wrote:

Hi @rotober https://github.com/rotober -- Just wondering, if you go
into E:\MyJob\cleverstack\myapp\frontend folder and run bower i what
happens?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#88 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKqn-kWOSC48kkCPdh0o3ZbLT24ELPPNks5qV73UgaJpZM4JNOwM
.

@pilsy
Copy link
Contributor

pilsy commented Jul 18, 2016

@rotober i'm guessing you replied to the email with an attachment but github hasn't uploaded it as an attachment to the ticket?

@rotober
Copy link
Author

rotober commented Jul 18, 2016

Sorry I did just reply as an email...
BR
R.
boweri.zip

@rotober
Copy link
Author

rotober commented Jul 19, 2016

Hi, any clue about the issue ?
Thanks
R.

@kazeidesign
Copy link

kazeidesign commented Aug 19, 2016

Hi,

I have the same issue.

When i run bower i =
/my-first-app/frontend$ bower install
[{
"level": "warn",
"id": "extra-resolution",
"message": "Unnecessary resolution: angular-mocks#1.2.6",
"data": {
"name": "angular-mocks",
"resolution": "1.2.6",
"action": "delete"
}
}]
{}

os: windows 10 & Ubuntu 16.04
node.js: 4.5.0
npm: 3.10.6
bower: 1.7.9
cleverstack: 1.2.10

Any clue?
Thanks

@rotober
Copy link
Author

rotober commented Aug 19, 2016

Sorry I haven't received any feedback more and I haven't had time to address the issue by myself, hope the team would have a solution.
BR
R.

@kazeidesign
Copy link

kazeidesign commented Aug 19, 2016

I find one solution :

1/ clever init yourApp

2/ CTRL + Z to quit the init when it's Installing: Frontend ┊ Step: Installing bower components...

3/ Open frontend/bower.json

4/ Remove the resolutions part at the bottom of the file and save

"resolutions": {
"angular": "1.2.6",
"angular-mocks": "1.2.6"
}

5/ clever setup -S

6/ clever serve

Now, it works.

@rotober
Copy link
Author

rotober commented Aug 19, 2016

Thanks, I'll give it a try asap.
W/ resolutions part you mean everything inside "data" block or just the line: "resolution": "1.2.6", ?
BR
R.

@kazeidesign
Copy link

Remove the resolution part:

"resolutions": {
"angular": "1.2.6",
"angular-mocks": "1.2.6"
}

at the bottom of the file. Don't forgot the , at the previous {.

KazeiDesign

@pilsy
Copy link
Contributor

pilsy commented Aug 21, 2016

Thanks @kazeidesign - i will remove those resolutions from the repo so you don't have to Ctrl+Z (etc)

@rotober
Copy link
Author

rotober commented Aug 23, 2016

@kazeidesign Sorry but it didn't work for me, the command:
clevet setup -S
remains stuck like (as before):
clever init myapp
At this point I'll wait some time to see if @pilsy updates the repo and I'll give it the another try, then I'll give up if things don't work .
Thank you
R.

@rotober
Copy link
Author

rotober commented Aug 31, 2016

@pilsy ,
hi any chance to have the repo updated without the resolutions stated above ?
Thank you
R.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants