CleverStack / cleverstack-cli

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

Unable to initialize new application #26

Closed CombatCode closed 10 years ago

CombatCode commented 10 years ago

After typing clever init app I'm getting an Error

npm ERR! Failed to parse json                                                                                                                                                                  
npm ERR! Unexpected end of input                                                                                                                                                               
npm ERR! File: /home/combat/.npm/minimatch/0.2.14/package/package.json                                                                                                                         
npm ERR! Failed to parse package.json data.                                                                                                                                                    
npm ERR! package.json must be actual JSON, not just JavaScript.                                                                                                                                
npm ERR!                                                                                                                                                                                       
npm ERR! This is not a bug in npm.                                                                                                                                                             
npm ERR! Tell the package author to fix their package.json file. JSON.parse                                                                                                                    

npm ERR! System Linux 3.13.0-24-generic                                                                                                                                                        
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"                                                                                                                                      
npm ERR! cwd /home/combat/.dev/clever/app/frontend                                                                                                                                             
npm ERR! node -v v0.10.28                                                                                                                                                                      
npm ERR! npm -v 1.4.9                                                                                                                                                                          
npm ERR! file /home/combat/.npm/minimatch/0.2.14/package/package.json                                                                                                                          
npm ERR! code EJSONPARSE  

Package named minimatch in version 0.2.14 is broken. (Related ticket) Can we update this package to version 0.3?

CombatCode commented 10 years ago

I was using cleverstack-cli in version 0.0.46, dunno know why