添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Publish to npm failing #95

@tnrich

Description

Hey there,

I'm getting the following error when trying to use release-it. As you can see I've tried printing out debug info, but am not getting much help from it.

Any help would be greatly appreciated. Thanks!

Here's my package.json:

"name": "teselagen-react-components", "version": "1.0.4", "description": "Teselagen React Component Library", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" "scripts": { "build": "nwb build-react-component --copy-files", "clean": "nwb clean-module && npm clean-demo", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server", "release": "yarn test && yarn build && release-it" "dependencies": { "redux": "^3.6.0" "peerDependencies": { "@blueprintjs/core": "^1.17.1", "@blueprintjs/datetime": "^1.15.0", "@blueprintjs/table": "^1.14.0", "react-addons-css-transition-group": "^15.5.2", "react-measure": "^1.4.7", "react-redux": "^5.0.4", "redux-form": "^6.7.0" "devDependencies": { "@blueprintjs/core": "^1.17.1", "@blueprintjs/datetime": "^1.15.0", "@blueprintjs/table": "^1.14.0", "nwb": "0.15.x", "react": "^15.5.4", "react-addons-css-transition-group": "^15.5.2", "react-dom": "^15.5.4", "react-measure": "^1.4.7", "react-redux": "^5.0.4", "redux-form": "^6.7.0", "release-it": "^2.7.3" "author": "teselagen", "homepage": "https://github.com/TeselaGen/teselagen-react-components", "license": "MIT", "repository": "https://github.com/TeselaGen/teselagen-react-components", "keywords": [ "react-component", "teselagen"