NPM install error cb.apply is not a function
solve:
Win + R open and run, enter % appdata%
to delete NPM and NPM cache folder, and execute NPM cache clean — force
At this point, it should be OK. If not, uninstall node.js and install it again.
If not!!
Change yarn
Install yarn NPM install - G yarn
yarn install
instead of NPM install
then, everything will be fine