warning Error running install script for optional dependency: "/Users/niklas/Desktop/y/node_modules/msgpackr-extract: Command failed.
Exit code: 127
Command: node-gyp-build-optional-packages
Arguments:
Directory: /Users/niklas/Desktop/y/node_modules/msgpackr-extract
Output:
env: node\\r: No such file or directory"
My lockfile contains this:
// ...the various arch-specific packages...
msgpackr-extract@^1.0.14:
version "1.1.3"
dependencies:
node-gyp-build-optional-packages "^4.3.1"
optionalDependencies:
msgpackr-extract-darwin-arm64 "1.1.0"
msgpackr-extract-darwin-x64 "1.1.0"
msgpackr-extract-linux-arm "1.1.0"
msgpackr-extract-linux-arm64 "1.1.0"
msgpackr-extract-linux-x64 "1.1.0"
msgpackr-extract-win32-x64 "1.1.0"
msgpackr@^1.5.4:
version "1.5.5"
optionalDependencies:
msgpackr-extract "^1.0.14"
But node_modules only contains: msgpackr and msgpackr-extract-darwin-x64. I can't find msgpackr-extract in there.
Also, the repo contains 1.1.0 but the npm version is actually 1.1.3. Looks like you forgot to push the commits?
My lockfile contains this:
But node_modules only contains:
msgpackrandmsgpackr-extract-darwin-x64. I can't findmsgpackr-extractin there.Also, the repo contains 1.1.0 but the npm version is actually 1.1.3. Looks like you forgot to push the commits?