Install using --production
Since TypeScript migration, the npm install --production
may fail, because typescript
is in devDependencies
.
Let's see what could be done to make npm install --production
work;
Gitlab was upgraded to latest version (v18.3.1), please report issues to https://forum.duniter.org/t/interventions-et-indisponibilite-des-forums-et-de-gitlab/7131/298
Since TypeScript migration, the npm install --production
may fail, because typescript
is in devDependencies
.
Let's see what could be done to make npm install --production
work;