pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.54k stars 273 forks source link

[VSCode] "Start new PWA" path separator fix for non-Windows platforms #4656

Closed joellimberg closed 4 months ago

joellimberg commented 4 months ago

Currently, the "Start new PWA" flow results in the following error on macOS, because PWABuilder tries to create a path using Windows backslash separators.

A system error occurred (ENOENT: no such file or directory, rename '/REDACTED\decompressedTemplate\pwa-starter-main' -> '/REDACTED\REDACTED')

PR Type

Bugfix