CleverStack / cleverstack-cli

CLI for CleverStack
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
196 stars 33 forks source link

CLI stuck on new app init #88

Open rotober opened 8 years ago

rotober commented 8 years ago

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

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 commented 8 years ago

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

rotober commented 8 years ago

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 https://github.com/CleverStack/cleverstack-cli/issues/88#issuecomment-233009485, or mute the thread https://github.com/notifications/unsubscribe-auth/AKqn-kWOSC48kkCPdh0o3ZbLT24ELPPNks5qV73UgaJpZM4JNOwM .

pilsy commented 8 years ago

@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 commented 8 years ago

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

rotober commented 8 years ago

Hi, any clue about the issue ? Thanks R.

kazeidesign commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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

rotober commented 7 years ago

@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 commented 7 years ago

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