-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
safe-buffer dependency is missing from package.json #3
Comments
evocateur
added a commit
to evocateur/npm-registry-fetch
that referenced
this issue
May 8, 2019
This removes an implicit transitive dependency that itself relies on node_modules being flattened by package managers. Without this explicit dependency, stricter package managers like pnpm fail to install a usable copy of this library. Refs npm/libnpmaccess#2 Fixes npm#3
evocateur
added a commit
to evocateur/npm-registry-fetch
that referenced
this issue
May 8, 2019
This removes an implicit transitive dependency that itself relies on node_modules being flattened by package managers. Without this explicit dependency, stricter package managers like pnpm fail to install a usable copy of this library. Refs npm/libnpmaccess#2 Fixes npm#3
+1 Please merge that PR. |
evocateur
added a commit
to evocateur/npm-registry-fetch
that referenced
this issue
Jul 15, 2019
This removes an implicit transitive dependency that itself relies on node_modules being flattened by package managers. Without this explicit dependency, stricter package managers like pnpm fail to install a usable copy of this library. Refs npm/libnpmaccess#2 Fixes npm#3
evocateur
added a commit
to evocateur/npm-registry-fetch
that referenced
this issue
Jul 16, 2019
This removes an implicit transitive dependency that itself relies on node_modules being flattened by package managers. Without this explicit dependency, stricter package managers like pnpm fail to install a usable copy of this library. Refs npm/libnpmaccess#2 Fixes npm#3
ruyadorno
pushed a commit
that referenced
this issue
Sep 13, 2019
This removes an implicit transitive dependency that itself relies on node_modules being flattened by package managers. Without this explicit dependency, stricter package managers like pnpm fail to install a usable copy of this library. Refs npm/libnpmaccess#2 Fixes #3
This was referenced Mar 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dependency was removed in c5ab01f, but index.js still includes a require('safe-buffer'). npm-registry-fetch will fail to load if dependencies are not flattened when installed to node_modules.
The text was updated successfully, but these errors were encountered: