Closed mariomontes closed 6 years ago
The error wont affect how the extension works. It's just complaining about some Firefox specific elements in the manifest file. If it's actually affecting how the extension works, feel free to re-open this issue.
The question is that I cannot install the extension due to the manifest file error
What does the error say?
Failed loading extension from path.... missing or unreadable manifest file
Have you built the scripts? (could be complaining about missing scripts).
No... don't know how to. Maybe I did not understand that the install process included building scripts
That's why it's showing an error, the scripts don't exist cause they have not been built.
It's super simple to setup.
npm install
in the root folder (containing the package.json
file) - this will install all the required files.npm run build
which will build the scripts and place them in the correct location, you can then add the extension. Note: If you modify any TypeScript files, you must run npm run build
to update the extension. An alternate is to run npm run watch
which will auto-build the files when you change them
I'm doing this in Windows 10 not Linux
Those commands are for Windows 10 (well, any platform).
Sorry for my ignorance Already did whar you told but the error remains
already figured out. had to point to the extension subdir.
Thanks for all your help
trying to install on chrome 64 bit returns error reading manifest file