Getting below error message when trying to upgrade cordova-browser to 7 version
cp: dest is not a directory (too many sources)
Problem
Hello Team,
Folder is not getting copied from plugin folder to platform www folder.
Below is the error I'm getting,
cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources)
Below are the node modules which needs to copy to the destination but its not working after the upgrade
`
Bug Report
Getting below error message when trying to upgrade cordova-browser to 7 version cp: dest is not a directory (too many sources)
Problem
Hello Team, Folder is not getting copied from plugin folder to platform www folder. Below is the error I'm getting,
cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources) cp: dest is not a directory (too many sources)
Below are the node modules which needs to copy to the destination but its not working after the upgrade `
`
What is expected to happen?
It should copy all the mentioned folders to destination folder
What does actually happen?
Its not copying the folders hence some functionalities are not working in latest browser platform
Information
This issue is probably happening because the cordova-browser 7 now has shelljs version 0.8.5.
Command or Code
Steps to reproduce the issue cordova create helloworld cd helloworld cordova plugin add cordova-plugin-mfp cordova platform add browser@7
Environment, Platform, Device
Installed platforms: browser 7.0.0
Version information
Checklist