Skip to content

BUG: CLI Output Freezes on commands like clever init (with node 0.12) - Related to charm npm package #67

Description

@g1205610

$ echo $N_PREFIX
/Users/xxx/npm

$ echo $PATH
/Users/xxx/npm/bin/:/Users/xxx/npm/usr/local/bin/:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin

$ npm config get prefix
/Users/xxx/npm/usr/local

$ n

$ node --version
v0.10.38

$ which node
/Users/xxx/npm/bin//node

$ clever init test010
Preparing for installation...
└── Creating project installation path...

Installing Backend... ├── Installation path is /Users/xxx/Development/test010/backend... ┊ Step Time: 1s ┊
Downloading and extracting node-seed...

├── Creating local configuration file config/local.json...
├── Installing NPM modules...rogress: [▒---------] 7 % ┊ Installing: Backend ┊ Step: Downloading and extracting node-seed... ┊ Step Time: 2s ┊
└── Installing module dependencies...
✔ Backend installation has completed successfully!-] 21 % ┊ Installing: Backend ┊ Step: Installing NPM modules... ┊ Step Time: 31s ┊
Installing Frontend...
├── Installation path is /Users/xxx/Development/test010/frontend...
├── Downloading and extracting angular-seed...

├── Installing NPM modules...

├── Installing bundled modules...
├── Installing bower components...ress: [▒▒▒▒▒-----] 50 % ┊ Installing: Frontend ┊ Step: Installing NPM modules... ┊ Step Time: 66s ┊
├── Installing bower components for cs_messenger...
├── Installing bower components for cs_modal...----] 64 % ┊ Installing: Frontend ┊ Step: Installing bower components... ┊ Step Time: 8s ┊┊
✔ Protractor successfully installed...
✔ Frontend installation has completed successfully!▒--] 79 % ┊ Installing: Frontend ┊ Step: Installing protractor (this might take awhile)... ┊ Step Time: 21s ┊
✔ Project test010 has been created in /Users/xxx/Development/test010

Status @ 2.300m | Installation Progress: [▒▒▒▒▒▒▒▒▒▒] 100 % ┊ Installing: Done ┊ Step: Installation completed ┊ Step Time: 21s ┊

$ n

$ node --version
v0.12.2

$ clever init test012
Preparing for installation...
└── Creating project installation path...
Status @ 1s | Installation Progress: ┊ Installing: Loading... ┊ Step: Loading... ┊ Step Time: 0 ┊
Status @ 1s | Installation Progress: ┊ Installing: Loading... ┊ Step: Loading... ┊ Step Time: 0 ┊

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions