Page 1 of 1

npm install packages

Posted: Mon Feb 21, 2022 7:47 pm
by flussidicaio
A stupid question but I can't find an answer:
Where should you install the npm packages so that they are used by all scripts?

Re: npm install packages

Posted: Tue Feb 22, 2022 8:29 am
by Padawan
The idea with Switch is that you always install the packages you need in each script separately, it is not the intention to work with global packages or anything similar.

Re: npm install packages

Posted: Wed Feb 23, 2022 4:21 pm
by flussidicaio
OK I adapt
Thanks for the answer.