sindresorhus/electron-boilerplate

Got stuck in Pushing Tags

Closed this issue · 1 comments

I got stuck loading in Pushing Tags. I has been wait for around 15minutes but it's never ends.

alt text

Here is my package.json

{
	"name": "com.aalfiann.electron_dev",
	"productName": "Electron Dev",
	"version": "1.1.3",
	"description": "This is my personal project to research the feature of electron.js framework ",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/aalfiann/electron-dev.git"
	},
	"author": {
		"name": "M ABD AZIZ ALFIAN",
		"email": "xxx@gmail.com",
		"url": "https://xxx.com"
	},
	"scripts": {
		"postinstall": "electron-builder install-app-deps",
		"lint": "xo",
		"test": "npm run lint",
		"start": "electron .",
		"pack": "electron-builder --dir",
		"dist": "electron-builder --macos --linux --windows",
		"release": "np"
	},
	"dependencies": {
		"electron-context-menu": "^0.12.1",
		"electron-debug": "^3.0.0",
		"electron-store": "^3.3.0",
		"electron-unhandled": "^2.2.0",
		"electron-updater": "^4.0.6",
		"electron-util": "^0.12.0"
	},
	"devDependencies": {
		"electron": "^5.0.4",
		"electron-builder": "^20.43.0",
		"np": "^5.0.3",
		"xo": "^0.24.0"
	},
	"xo": {
		"envs": [
			"node",
			"browser"
		]
	},
	"np": {
		"publish": true,
		"releaseDraft": false
	},
	"build": {
		"appId": "com.aalfiann.electron_dev",
		"mac": {
			"category": "public.app-category.social-networking",
			"darkModeSupport": true
		},
		"dmg": {
			"iconSize": 160,
			"contents": [
				{
					"x": 180,
					"y": 170
				},
				{
					"x": 480,
					"y": 170,
					"type": "link",
					"path": "/Applications"
				}
			]
		},
		"linux": {
			"target": [
				"AppImage",
				"deb"
			],
			"category": "Network;Chat"
		}
	}
}

This is a problem with np, not this boilerplate. I think it was fixed in np at some point.