Tag: tap

使用(substack's)磁带模块进行testing时,如何在文件中只运行一个testing?

使用磁带时如何运行特定的testing并忽略所有其他testing?

npm安装提供未经授权的名称或密码是不正确的错误

当我尝试安装水龙头使用 npm install tap 我得到以下错误: npm ERR! Error: unauthorized Name or password is incorrect.: tap 这是整个回应: npm http GET https://registry.npmjs.org/tap npm http 401 https://registry.npmjs.org/tap npm ERR! Error: unauthorized Name or password is incorrect.: tap npm ERR! at RegClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:253:14) npm ERR! at Request.init.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/main.js:120:22) npm ERR! at Request.EventEmitter.emit (events.js:91:17) npm ERR! at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/main.js:648:16) npm […]