Open
Description
I followed the steps in https://github.com/plotly/dash/blob/dev/CONTRIBUTING.md
(dev) PS D:\ghprj\dash> npm run build
build
run-s private::build.*
private::build.components
python dash/development/update_components.py 'all'
npx lerna exec --concurrency 3 --scope @('all') -- npm i
🛑 lerna notice cli v4.0.0
lerna info versioning independent
lerna notice filter including "@('all')"
lerna info filter [ "@('all')" ]
lerna ERR! EFILTER No packages remain after filtering [ "@('all')" ]
🚨 Failed installing npm dependencies for component packages: 'all' (status=1) 🚨
ERROR: "private::build.components" exited with 1.
(dev) PS D:\ghprj\dash>
since I run python3.6.1, so I use:
+black==19.10b0
+pylint==2.12.0