weh icon indicating copy to clipboard operation
weh copied to clipboard

error while creating new extension project in windows 10

Open p32929 opened this issue 5 years ago • 2 comments

Screenshot (18)

p32929 avatar Jun 11 '19 16:06 p32929

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.

eric-bixby avatar Dec 10 '19 18:12 eric-bixby

@p32929 Here's my workaround for changes due to gulp 4.x:

  1. Create an empty "package-lock.json" file.
  2. Create a "package.json" file with just "{}" This is not a fix, but you should at least be able to build your project again.

eric-bixby avatar Dec 14 '19 05:12 eric-bixby

closing

mi-g avatar Jun 28 '23 08:06 mi-g