Closed huanguolin closed 2 years ago
The library is not officially supporting windows (because I don't have a windows running machine, unfortunately).
@pmadruga Not sure if this is helpful but my roommate uses VirtualBox for as a Windows VM
Hi @pmadruga, in the case of windows it would only require skipping all the commands related to the ios folder, you could use the following function to check:
import Os from 'os'
const isMac = Os.platform() === 'darwin';
and add the isMac
to the conditional of the functions related to the ios folder
When I run the command
npm run clean
I get the following error and the process terminates. My package.json config as:os: windows 10 version: 3.6.7