-
Notifications
You must be signed in to change notification settings - Fork 6
packaging edge extension fails silently #19
Comments
Hey, Can you confirm if you ran Then edited the appxmanifest.xml and are trying to run Since I can't look through the code right now but it also looks like the -f argument is not needed for the package step. It might cause an issue when passed through as that is telling manifoldjs to look for an edge extensions json manifest and not the appx's appxmanifest.xml. |
Hi! Thanks for answering. I had run first command before, so I have already directories created. But anyways, I tried to run it again and it finishes with
but with only root folder created (named same as extensions) and it is empty inside. for the second line, I tried running it with and without -f argument, and both with same result described in OP. |
Any news on this? One additional info - it appears that problems started with node version update. |
I have the same issue with Node.js v10 - |
Hey, |
Hello all! Quick question, so it sounds like this is working fine on node V8 but not on anything newer, is that correct? |
It looks like that is the case. before updating everything was working, I used to create package fairly often (every few days) If needed I can downgrade node and try. |
Any update on this? I'm seeing the same issue - it fails silently. Only the root directory is created but it is empty with no packaged extension |
I'm surprised this is not resolved after months, do all Edge extension developers keep a copy of node 8 to package their apps or is there another way to package which doesn't involve manifoldjs? EDIT
Googled some similar errors related to natives and [email protected], so
Used npm-shrinkwrap to override graceful-fs version to 4.1.2, the command started to copy files. Now I'm getting another error:
The |
When trying to create package for Edge extensions, manifoldjs just exits without any error.
I'm running this command:
manifoldjs -l debug -p edgeextension -f edgeextension package path/to/manifestfolder
It writes this line:
[debug] manifoldjs : Loading platform module: manifoldjs-edgeextension
after that it just exits to terminal and package is not created.
OS: macOS Mojave 10.14.3
node: 12.5.0
npm: 6.10.0
manifoldjs: 0.7.6
The text was updated successfully, but these errors were encountered: