-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
yarn dev
not creating manifest.json on first time
#43
Comments
Thank you for your contribution. We will check and reply to you as soon as possible. |
Hi. I just reproduced the above situation and it didn't work. Is the procedure I checked correct?
manifest.json was created normally into dist folder. |
Here is the video that reproduces this bug bug.mp4It's happening for the first time only, after that it works fine. |
Thank you! This was a problem that occurred when the first manifest was created only in the public folder and not in the dist. |
@all-contributors please add @ShuLaPy for bug |
I've put up a pull request to add @ShuLaPy! 🎉 |
Hey,
I cloned the repo and deleted the yarn.lock file as I was facing issues while installing node_modules.
after that as per the steps I run the
yarn dev
command.this created a
dist
folder but the manifest.json was missing.and because of that, I was getting this error while installing the extension
then I ran the
yarn build
command which created a manifest.json file successfullyThe text was updated successfully, but these errors were encountered: