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

Right after checkout, project won't build #29

Closed
hakunin opened this issue Sep 27, 2022 · 6 comments
Closed

Right after checkout, project won't build #29

hakunin opened this issue Sep 27, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@hakunin
Copy link

hakunin commented Sep 27, 2022

Hi, any idea what this is complaining about?

> yarn dev
yarn run v1.22.15
$ yarn build:hmr && (yarn wss & nodemon)
$ rollup --config utils/reload/rollup.config.ts

utils/reload/initReloadServer.ts → utils/reload/initReloadServer.js...
created utils/reload/initReloadServer.js in 2.4s

lib/reload/initReloadClient.ts → lib/reload/initReloadClient.js...
[!] Error: Could not resolve entry module (lib/reload/initReloadClient.ts).
Error: Could not resolve entry module (lib/reload/initReloadClient.ts).
    at error (/home/michal/dev/quantloupe-vite/node_modules/rollup/dist/shared/rollup.js:198:30)
    at ModuleLoader.loadEntryModule (/home/michal/dev/quantloupe-vite/node_modules/rollup/dist/shared/rollup.js:22306:20)
    at async Promise.all (index 0)

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@github-actions
Copy link

Thank you for your contribution. We will check and reply to you as soon as possible.

@hakunin
Copy link
Author

hakunin commented Sep 27, 2022

Going into the file and removing this part:

  {
    plugins,
    input: "lib/reload/initReloadClient.ts",
    output: {
      file: "lib/reload/initReloadClient.js",
    },
  },

Makes it go through and build.

@Jonghakseo
Copy link
Owner

Jonghakseo commented Sep 27, 2022

I'm sorry.

Late recognition of the inclusion of unnecessary lines in the process of merging PR.
A few minutes ago, I solved the problem through the commit below, so I think we can solve the problem through pull.

@Jonghakseo Jonghakseo added the bug Something isn't working label Sep 27, 2022
@hakunin
Copy link
Author

hakunin commented Sep 27, 2022

Cool, thanks!

@hakunin hakunin closed this as completed Sep 27, 2022
@Jonghakseo
Copy link
Owner

@all-contributors please add @hakunin for bug

@allcontributors
Copy link
Contributor

@Jonghakseo

I've put up a pull request to add @hakunin! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants