-1

This is command for packaging edge extension - manifoldjs -l debug -p edgeextension -f edgeextension -m \manifest.json. - I gave here the path of my extension manifest.json file.

After manifoldjs finished running following folders should create -

My Extension edgeextension generationInfo.json manifest AppXManifest.xml Assets
Logo.png Extension manifest.json popup.html ... But in my case, folders are not creating and I am unable to package my extension.

  • Does using the Node V8 help you to fix the issue? If yes, I suggest you please mark the helpful suggestion as an accepted answer. It can help other community members in the future in similar kinds of issues. Thanks for your understanding. – Deepak-MSFT Aug 25 '20 at 09:25

1 Answers1

1

I try to check the description and it looks like you are developing an extension for the MS Edge legacy browser.

I try to refer to the official docs and try to create and package sample extension.

I got the output below:

enter image description here

When I try to check the folder then I noticed that folder is empty. So based on my test result I am able to produce the issue.

I try to check the old threads and found that it is a known issue.

I found that issue occurs if the users are using the Node V10. In that thread, users had mentioned that it will work fine with the Node V8. I suggest trying to make a test with the Node V8 may help you to fix the issue.

Further, I suggest you can try to provide feedback about this issue on their Github page.

Deepak-MSFT
  • 10,379
  • 1
  • 12
  • 19