Skip to content
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

Resolve build warnings (gaze and replace-in-file) #134

Open
elliotBraem opened this issue Jul 16, 2024 · 1 comment
Open

Resolve build warnings (gaze and replace-in-file) #134

elliotBraem opened this issue Jul 16, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@elliotBraem
Copy link
Contributor

warning bos-workspace > replace-in-file > [email protected]: Glob versions prior to v9 are no longer supported
warning bos-workspace > replace-in-file > glob > [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning bos-workspace > gaze > globule > [email protected]: Glob versions prior to v9 are no longer supported
warning bos-workspace > gaze > globule > glob > [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
@elliotBraem elliotBraem added the bug Something isn't working label Jul 16, 2024
@elliotBraem elliotBraem added this to the v1 milestone Jul 16, 2024
@bb-face
Copy link
Collaborator

bb-face commented Jul 24, 2024

Step to reproduce:

  1. clone: https://github.com/NEARBuilders/sdks.near
  2. checkout to branch feat/testnet-deploy
  3. run yarn

output:

yarn install v1.22.22
warning package.json: No license field
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
warning [email protected]: No license field
[1/4] 🔍  Resolving packages...
warning bos-workspace > replace-in-file > [email protected]: Glob versions prior to v9 are no longer supported
warning bos-workspace > gaze > globule > [email protected]: Glob versions prior to v9 are no longer supported
warning bos-workspace > replace-in-file > glob > [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning bos-workspace > gaze > globule > glob > [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning bos-workspace > @near-js/providers > @near-js/utils > bs58 > [email protected]: use 3.0.0 instead, safe-buffer has been merged and release for compatability
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...
success Saved lockfile.
✨  Done in 7.65s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants