-
Notifications
You must be signed in to change notification settings - Fork 214
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
Building instructions are incomplete. #108
Comments
We don't use git itself, but perhaps one of the dependencies depends on a git repo (I haven't checked). What's the content of the npm debug log? |
The problem is not with the dependencies, but a missing part in README on how to correctly acquire/get/download version of webextension polyfill for production. |
If you want to use the package with minimal efforts, use
As said, the source code (hosted in this Github repo) itself does not directly depend on any git repository. If you provide the debug log, we can see where exactly the |
@Rob--W
2018-04-12T18_07_06_760Z-debug.log
|
Using However, that is not the documented way to get the polyfill. If you have already got a copy of the repository (either by cloning the repository with And again, for use in production, you should not use either of the above commands, but use the following:
|
https://github.com/mozilla/webextension-polyfill#building
After installing Node.js that distributes npm package manager,
I followed futher instructions
That do state only general commands.
So, after installation I ran these commands, and as funny as that sounds to say - they are incomplete.
And I saw error after error that asks for futher information and even git installed.
This is where it became clear that instructions are for sure unclear for beginners.
What is the correct complete way to install this polyfill through npm package manager?
Is the git and github actually required?
By refering to https://github.com/mozilla/webextension-polyfill#building
There is no mention of the git and how to get the copy of the polyfill.
The text was updated successfully, but these errors were encountered: