You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
The setup command fails on Windows when dealing with paths that contain spaces. In
lib/project_creator.js
, line 32, the paths should be quoted:The
cp
command on line 35 is probably also affected. The corresponding spec file,project_creator.spec.js
, would need to be updated as well.The text was updated successfully, but these errors were encountered: