Open
Description
I cannot run the upload command in the movie test scenario from a windows machine.
I figured out that its because the path in the manifest file has forward slashes, and the path fetched from the file system has backwards slash. If i change it contentful complains that im not following the correct regex.
reads: 'functions\index.js'
on a windows machine and the check here looks for exact 'functions/index.js'
workaround for now is to run the upload command through a windows WSL ubuntu instalation.
for others with this issue you can enable wsl and run: wsl --install -d Ubuntu
then "cd /mnt/" eg "cd /mnt/d/testfiles"
Metadata
Metadata
Assignees
Labels
No labels