Skip to content
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 build.sh firefox after git clone or download source code from release #26

Closed
Asmedeus998 opened this issue Dec 5, 2022 · 6 comments

Comments

@Asmedeus998
Copy link

I follow the instruction in README but I keep getting error

I run this command

npm test --location=global

and I get this following error. how do I fix it?

npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm ERR! Missing script: "test"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR!   npm run

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\User\AppData\Local\npm-cache\_logs\2022-12-05T16_04_54_839Z-debug-0.log
@wong2
Copy link
Owner

wong2 commented Dec 5, 2022

Why are you running this command? It doesn't occur in the README

@wong2 wong2 closed this as completed Dec 6, 2022
@Asmedeus998
Copy link
Author

I try to run build.sh firefox

but nothing happen. it not building new directory.

when I try to load the manifest.json with firefox browser it say manifest not supported

@wong2
Copy link
Owner

wong2 commented Dec 6, 2022

Try ./build.sh firefox

@Asmedeus998
Copy link
Author

Asmedeus998 commented Dec 6, 2022

Try ./build.sh firefox

I get this error after I try that command

C:\Users\User\Documents\GitHub\chat-gpt-google-extension>./build.sh firefox
'.' is not recognized as an internal or external command,
operable program or batch file.

@wong2
Copy link
Owner

wong2 commented Dec 6, 2022

Sorry, I'm not familiar with developing under Windows. BTW, why are you trying to build from source?

@Asmedeus998
Copy link
Author

Sorry, I'm not familiar with developing under Windows. BTW, why are you trying to build from source?

I just trying to learn how build from source in case I found some Idea and make PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants