You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.
This is a continuation of #45, a side-effect of the provided fix for it in #46 and was introduced in cipm@1.6.2.
For the case where a default install script is used and a binding.gyp file is present in the package root, npm ci will fail with packages that target a different platform that the one currently running.
Reproduction
To reproduce on Windows, use the following package.json, run npm install to create the package-lock.json, then npm ci.
Since cipm@v1.6.2 is the current latest, this is happening right now in npm@6.0.1
package.json
grunt-ts has a dependency on fsevents which is only supported on Mac OS (darwin), so it fails on Windows
This is a continuation of zkat#45, a side-effect of the provided fix for it
in zkat#46 and was introduced in `cipm@1.6.2`.
For the case where a default `install` script is used and a
`binding.gyp` file is present in the package root, `npm ci` will fail
with packages that target a different platform that the one currently
running.
Fixeszkat#49
This is a continuation of #45, a side-effect of the provided fix for it in #46 and was introduced in
cipm@1.6.2
.For the case where a default
install
script is used and abinding.gyp
file is present in the package root,npm ci
will fail with packages that target a different platform that the one currently running.Reproduction
To reproduce on Windows, use the following
package.json
, runnpm install
to create thepackage-lock.json
, thennpm ci
.Since
cipm@v1.6.2
is the current latest, this is happening right now innpm@6.0.1
package.json
grunt-ts
has a dependency onfsevents
which is only supported on Mac OS (darwin
), so it fails on Windows`npm ci` output
The text was updated successfully, but these errors were encountered: