-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't make it work #73
Comments
Hey @kingio, I'm sorry to read you have some hard time making it work. Let's try to fix this together 🙂 I see you try to load the content of the
If the source code of your extension is on GitHub and the pointers I just wrote did not help, feel free to share your repo so as we can have a look at it. |
Yes, manifest was inside |
maybe, ignoring the folder will resolve it. (node_modules/**) |
@kingio me too, same problem. debugging with vscode, I found program abort at this line:
I tried this tiny script: (
this result:
but |
I think this problem re-produce only at windows platform. |
this may be node.js require() bug on windows platform. |
This works on Windows10 Pro 64bit, node.js v8.9.1
Good Luck !! |
Sorry for being late in the game. I have setup a Windows build in the PR #76. But I struggle to reproduce the problem on any version of Node on Windows. Could it be related to the version of Windows too? We can build on Let me know, I'd be happy to see this one fixed. |
Platform: Windows 10 - 64b
Node: v6.11.1
npm: 3.10.10
crx: 3.2.1
node ..\node_modules\crx\bin\crx.js pack -o build.crx
and it generated the build.crx + key.pemAnd doesn't output anything.
Also tried moving generateUpdateXML outside the crx.load and throws:
throw new Error('Public key is neither set, nor given');
I've checked and pack command didn't save any publickey.
¿What can i do to make this package work?
The text was updated successfully, but these errors were encountered: