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;
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;