You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ci command is executing during normal build (with visual studio), but the normal behavior of this command line is to remove existing node_modules before installing expected packages.
This is very computing and power consuming rather than npm install command line which is supposed to only install missing dependencies over existing installation.
Expected Behavior
During developement, npm install command should be executing in build phase.
During CI, npm ci command should be executing.
Current Behavior
npm ci is executing in all phases.
Steps to Reproduce
N/A
Context (Environment)
Portal version: LoRaWAN Stack version:
Logs
Additional Information
The text was updated successfully, but these errors were encountered:
npm ci
command is executing during normal build (with visual studio), but the normal behavior of this command line is to remove existingnode_modules
before installing expected packages.This is very computing and power consuming rather than
npm install
command line which is supposed to only install missing dependencies over existing installation.Expected Behavior
During developement,
npm install
command should be executing in build phase.During CI,
npm ci
command should be executing.Current Behavior
npm ci
is executing in all phases.Steps to Reproduce
N/A
Context (Environment)
Portal version:
LoRaWAN Stack version:
Logs
Additional Information
The text was updated successfully, but these errors were encountered: