Closed tayler closed 11 years ago
Was getting the error below when trying to create file from custom rock. I saw cl in your node_modules, so I required cl. Seemed to solve the issue.
Error:
/usr/local/lib/node_modules/rock/bin/rock:35 if (err) cl.exit(1, err) ^ ReferenceError: cl is not defined
Cool, thanks! i should be able to review this tomorrow.
Was getting the error below when trying to create file from custom rock. I saw cl in your node_modules, so I required cl. Seemed to solve the issue.
Error:
/usr/local/lib/node_modules/rock/bin/rock:35 if (err) cl.exit(1, err) ^ ReferenceError: cl is not defined