-
Notifications
You must be signed in to change notification settings - Fork 300
Description
- Node.js Version:10.5.0
- OS:windows
- Scope (install, code, runtime, meta, other?):install
- Module (and version) (if relevant):
when i use npm install or uninstall , it happend an error: asyncWrite is not a function.
and i use cnpm and i before update to 10.5.0 ,it is ok .
i dont know that is a version problem , or something error in my dependent packages.
"dependencies": {
"alipay-sdk": "^3.0.1",
"egg": "^2.2.1",
"egg-cors": "^2.0.0",
"egg-mongoose": "^2.2.1",
"egg-scripts": "^2.5.0",
"egg-validate": "^1.0.0",
"jsonwebtoken": "^8.3.0",
"md5": "^2.2.1",
"moment": "^2.22.2",
"qs": "^6.5.2",
"superstruct": "^0.5.4",
"tenpay": "^2.1.6"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"egg-mock": "^3.14.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^6.0.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},