Cannot find module 'fs/promises' solution

The blogger cnpm reported an error when updating dependencies.

Blogger environment: win10/node 12.18.4

solution

1. Delete the installed cnpm version:

npm uninstall -g cnpm

2. Install a lower version of cnpm

npm install [email protected] -g --registry=https://registry.npm.taobao.org

Guess you like

Origin blog.csdn.net/xuelang532777032/article/details/128445193