weh
weh copied to clipboard
error while creating new extension project in windows 10
I see the same error when building (both Mac and Win10). It was working when I last built around April 2019. Perhaps a dependency (like gulp) is causing this problem.
@p32929 Here's my workaround for changes due to gulp 4.x:
- Create an empty "package-lock.json" file.
- Create a "package.json" file with just "{}" This is not a fix, but you should at least be able to build your project again.
closing