## Expected Behavior Should be able to install and build the application using a single version of NodeJS ## Current Behavior The installation and build processes are breaking due to different version requirement. ``` nvm use 12.20.1 npm install nvm use 11.15.0 npm rebuild node-sass gulp ``` ## Possible Solution - Update `gulp` and `gulpfile.js` to version 4 - Update `@ledgerhq/hw-transport-node-hid`
Expected Behavior
Should be able to install and build the application using a single version of NodeJS
Current Behavior
The installation and build processes are breaking due to different version requirement.
Possible Solution
gulpandgulpfile.jsto version 4@ledgerhq/hw-transport-node-hid