NPM install error cb.apply is not a function

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 command

    At this point, it should be OK. If not, perform the uninstall Node.js Re install.

    If not!!

    Change yarn

    Install yarn NPM install - G yarn

    yarn install instead of NPM install

    then,

    everything will be fine

Read More: