npm install packages

Post Reply
flussidicaio
Member
Posts: 21
Joined: Thu May 03, 2018 6:07 pm

npm install packages

Post 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?
Padawan
Advanced member
Posts: 358
Joined: Mon Jun 12, 2017 8:48 pm
Location: Belgium
Contact:

Re: npm install packages

Post 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.
flussidicaio
Member
Posts: 21
Joined: Thu May 03, 2018 6:07 pm

Re: npm install packages

Post by flussidicaio »

OK I adapt
Thanks for the answer.
Post Reply