Closed lierdakil closed 9 years ago
With this code, when I try to run the specs it shows me the error:
Error: Cannot find module 'wcwidth'
I don't have node nor npm installed. Shouldn't atom download the requirements automatically?
Do you know what could be happening?
Run apm install
in package directory. This will install required modules. When installing from Atom package repository, this is done automatically.
Yep, that done it. Thanks!
Published!
This PR includes two major updates:
Otherwise, it's general code cleanup and format.
Requesting comments.