decimal-js icon indicating copy to clipboard operation
decimal-js copied to clipboard

Update decimal npm package

Open pumano opened this issue 7 years ago • 4 comments
trafficstars

Few days ago I fill issue to https://github.com/yarnpkg/yarn/issues/4998 about problem in engines section of your package and get response. You have in package.json engines section:

"engines": {
    "node": ">=0.4.x"
  }

but latest npm package don't contains ">=0.4.x" only "0.4.x" but it cause error in yarn. Can you update your npm package with latest package.json data from github repository?

pumano avatar Nov 30 '17 08:11 pumano

I am also dealing with this issue.

dylanjt avatar Jan 24 '18 14:01 dylanjt

+1

glenswift avatar Mar 05 '18 11:03 glenswift

Fill in the following code to temporarily solve it

yarn add [email protected] --ignore-engines

tinyzh avatar Apr 25 '21 03:04 tinyzh

Blast from the past

dylanjt avatar Apr 25 '21 03:04 dylanjt