Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm writing a rails application template, so I exec rails new testa -m my_template a lot, and each time it take 2-3min to Installing all JavaScript dependencies [5.2.1] with run yarn add @rails/webpacker@5.2.1 from "." and to build fresh packages... that create 600+ node_modules (100mb+) that are not in git, so I wonder if there is a way to skip/reduce this step, like creating a symlink of node_modules, or with global packages. Thank you!

question from:https://stackoverflow.com/questions/65859987/speed-up-the-installing-all-javascript-dependencies-part-of-creation-of-a-new

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...