Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

webpack - Speed up the 'Installing all JavaScript dependencies' part of creation of a new app [Rails 6.1] `% rails new test_app `

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/[email protected] 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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...