-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL misskey-js@0.0.15 build: tsc
#10957
Comments
path/toは置き換えたのか |
The meaning here is Misskey's folder, like |
I can't reproduce it in the environment at hand, but I don't know why (is it possible to build?) |
I'm thinking this is due to the lack of typescript, etc. in the dependencies. |
In misskey-js/package.json, can you try moving typescript and @types to dependencies? |
I added |
Can confirm I also have this issue with the same error, however with a server running debian 11. |
Resolved by installing global typescript compiler |
💡 Summary
After upgrading to Misskey 13.13.0, using the
NODE_ENV=production pnpm run build
command throws an exceptionNo changes to any files in
packages/misskey-js
🥰 Expected Behavior
Normal build
🤬 Actual Behavior
Unable to build
📝 Steps to Reproduce
📌 Environment
Misskey version: 13.13.0
Your OS: (Server) Ubuntu 20.04
Nodejs 18.16.0
pnpm 8.6.0
The text was updated successfully, but these errors were encountered: