u01jmg3 commented on PR #108:
URL: https://github.com/apache/cordova-browser/pull/108#issuecomment-1337766789

   - [Migrating from v0.5.3 to 
v0.6](https://github.com/shelljs/shelljs/wiki/Migrating-from-v0.5.3-to-v0.6)
   - [Migrating from v0.6 to 
v0.7](https://github.com/shelljs/shelljs/wiki/Migrating-from-v0.6-to-v0.7)
   - Migrating from v0.7 to v0.8
     - No guide available
   
   ---
   
   Upgrading to `0.8.5` causes issues with copying a directory of files as it 
omits creating the source parent directory (`/cordova`) at the destination path.
   
   ```js
   // bin/lib/create.js
   
   shell.cp('-r', path.join(ROOT, 'bin/template/cordova'), project_path);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to