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

Unable to develop locally on Node 9 (>8)

Open kolanos opened this issue 7 years ago • 4 comments

One of the @iopipe/iopipe dependencies is preventing it from being installed on node>=10.

kolanos avatar Oct 04 '18 16:10 kolanos

The dependency comes from webpack@^3.7.1 which is a dependency of @iopipe/scripts.

kolanos avatar Oct 04 '18 16:10 kolanos

@kolanos this is an issue installing dependencies for developing the library locally, since this is referring to webpack?

pselle avatar Oct 04 '18 17:10 pselle

@pselle Yes, it is a dependency of @iopipe/scripts which is a dev dependency.

kolanos avatar Oct 04 '18 17:10 kolanos

error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".```

pselle avatar Oct 05 '18 17:10 pselle