Commit 6e6bcb9
authored
fix(build): Fix Windows failure caused by bad dependency meta in serverstats (#1933)
From mongodb-js/compass-serverstats#32
> Currently causing compass builds on windows to fail. Appears one of less's underlying deps update introducing the below:
>
> ```
> [2020/04/03 17:54:40.550] 2020-04-03T17:54:40.550Z check-max-path 2 paths too long!
> [2020/04/03 17:54:40.550] 2020-04-03T17:54:40.550Z check-max-path paths that are too long: [
> [2020/04/03 17:54:40.550] 'C:\\data\\mci\\f8d375254475f97179b344bb6912df63\\src\\dist\\MongoDBCompassIsolatedEditionBeta-win32-x64\\resources\\app.asar.unpacked\\node_modules\\@mongodb-js\\compass-serverstats\\node_modules\\less\\packages\\css-parser\\node_modules\\chevrotain\\diagrams\\vendor\\railroad-diagrams.js',
> [2020/04/03 17:54:40.550] 'C:\\data\\mci\\f8d375254475f97179b344bb6912df63\\src\\dist\\MongoDBCompassIsolatedEditionBeta-win32-x64\\resources\\app.asar.unpacked\\node_modules\\@mongodb-js\\compass-serverstats\\node_modules\\less\\packages\\less\\node_modules\\chevrotain\\diagrams\\vendor\\railroad-diagrams.js'
> [2020/04/03 17:54:40.550] ]
> [2020/04/03 17:54:40.551] ❌ 2 paths too long!
> [2020/04/03 17:54:40.551] - (269) C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\css-parser\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\css-parser\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js
> [2020/04/03 17:54:40.551] - (263) C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\less\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js C:\data\mci\f8d375254475f97179b344bb6912df63\src\dist\MongoDBCompassIsolatedEditionBeta-win32-x64\resources\app.asar.unpacked\node_modules\@mongodb-js\compass-serverstats\node_modules\less\packages\less\node_modules\chevrotain\diagrams\vendor\railroad-diagrams.js
> [2020/04/03 17:54:40.563] Command failed: command encountered problem: error waiting on process 'bcdaa49c-e674-4734-8793-55d75c7c9fdf': exit status 1
> ```1 parent 86f2aeb commit 6e6bcb9
2 files changed
+8
-31
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
0 commit comments