-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
npm install fails with error code 1 #4
Comments
Thanks for the report! Have you tried Node 16? And what is the Python version on your machine? |
I can run the plugin environment without any problems after changing the node version to 18.16 → 16.20, and then I forced the node-sass using the method in this StackOverflow link. The result:I would like you to create a troubleshooting section on your Readme or Wiki space to leave this issue link for others with similar problems with me. :) |
Yes! could you make a pr? :) |
Okay. I'll make a PR as soon as possible including this and one my
suggestion I'm thinking of now.
2023년 6월 12일 (월) 오후 11:01, Hugo-Dz ***@***.***>님이 작성:
… Yes! could you make a pr? :)
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7346MQAIUWDAT7N57ZOSLXK4VMLANCNFSM6AAAAAAZCDX254>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
- Added Troubleshooting section - Added Model change section
Hi, Thanks for sharing your project!
I'm Joo and I also have been interested in adopting TFJS and AI into Figma (here is my previous experiments)
Anyway, I am trying to install using
npm install
, but it fails with the error code 1.I have tried it on Node.js 18.16.0(LTS) and 20.3.0(latest), but both failed.
If I try to install it using
yarn
, it does not fail, but it fails when I runnpm run dev
.I would appreciate if you can help me to resolve this issue.
Here is the log:
The important part of the log is the error code 1 and the command
node scripts/build.js
.I think the problem is caused by
node scripts/build.js
command.I would appreciate if you can help me to resolve this issue.
Thank you.
The text was updated successfully, but these errors were encountered: