[@snowpack/plugin-esbuild] Error: The service is no longer running #2919
Unanswered
js87zz
asked this question in
Troubleshooting
Replies: 1 comment
-
To solve this problem, I looked at the issue of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've used the snowpack as the dev server and it worked really well.
However, the problem have occurred since the new installation of dependencies while applying
npm workspace
to our monorepo project.After updating the dependencies(and symlink), I got a error message like as below when running the snowpack dev server.
The same problem occurred when the environment of the project was rolled back and the snowpack dev server was re-run in a previously well-run environment.
I think there's conflict with the directory of the snowpack development server after applying the workspace. But I don't know the details.. so if you know how to solve this problem, Please let me know the solution.
/apps/editor/snowpack.config.js
/apps/editor/package.json
packge.json
(monorepo root)I'm currently running the following system:
Any suggestions or help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions