linearicons icon indicating copy to clipboard operation
linearicons copied to clipboard

New build

Open ryanmr opened this issue 4 years ago • 3 comments

Hi all,

I think a new build may be necessary to get the changes from the #3 into the npm packaged version. This will let it work on the current lts of node 14 from 2020-10-27.

If there is anything I can do to help, please let me know.

ryanmr avatar Dec 09 '20 16:12 ryanmr

#3 was merged into the successfully 14 months ago, but it does seem like there's been no release onto npm since 2019.

ryanmr avatar Jul 07 '21 20:07 ryanmr

This...

	"engines": {
		"node": ">=12.13.0"
	},

Still results in this:

[email protected]: The engine "node" is incompatible with this module. Expected version "^12.13.0". Got "16.13.1"

When trying to retrieve it from NPM.

If using yarn, you can ignore engine info this way:

yarn add -D linearicons --ignore-engines

hawkeye64 avatar Feb 01 '22 14:02 hawkeye64

At the moment linearicons prevents installing different current packages. The cause of it is relying on now old node version in dependencies. Please update package and create new build.

Rikijs avatar Jun 30 '23 20:06 Rikijs