### General information - NodeJS version: 6.11.2 - NPM version: 3.10.10 ### Problem description When I type `patternlab init`, all I get back is: ``` Loading engines from the core... Loading engines from the edition or test directory... ``` but nothing else. ### Reproduction steps ``` npm install -g pattern-lab/patternlab-node-cli npm install @pattern-lab/patternlab-node npm init ```
General information
Problem description
When I type
patternlab init, all I get back is:but nothing else.
Reproduction steps