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

lerna ERR! npm install exited 217 in 'scratch-render' #153

Open
ghost opened this issue Aug 28, 2022 · 0 comments
Open

lerna ERR! npm install exited 217 in 'scratch-render' #153

ghost opened this issue Aug 28, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 28, 2022

Just trying to run: npx lerna bootstrap --force-local provides the following error:

Need to install the following packages:
  lerna@5.4.3
Ok to proceed? (y) y
npm ERR! code E404
npm ERR! 404 Not Found - GET https://skimdb.npmjs.com/registry/sort-keys/-/sort-keys-4.2.0.tgz - not_found
npm ERR! 404
npm ERR! 404  'sort-keys@https://skimdb.npmjs.com/registry/sort-keys/-/sort-keys-4.2.0.tgz' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/xzntrc/.npm/_logs/2022-08-28T01_46_41_003Z-debug-0.log

I eventually had to do npm set registry http://registry.npmjs.org/ but now I get another error:

lerna notice cli v3.22.1
lerna info Bootstrapping 3 packages
lerna info Installing external dependencies
lerna ERR! npm install exited 217 in 'scratch-render'
lerna ERR! npm install stderr:
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm ERR! code ENOTEMPTY
npm ERR! syscall rename
npm ERR! path /home/xzntrc/prg-extension-boilerplate/packages/scratch-render/node_modules/acorn
npm ERR! dest /home/xzntrc/prg-extension-boilerplate/packages/scratch-render/node_modules/.acorn-jUwgv0AZ
npm ERR! errno -39
npm ERR! ENOTEMPTY: directory not empty, rename '/home/xzntrc/prg-extension-boilerplate/packages/scratch-render/node_modules/acorn' -> '/home/xzntrc/prg-extension-boilerplate/packages/scratch-render/node_modules/.acorn-jUwgv0AZ'

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/xzntrc/.npm/_logs/2022-08-28T02_49_00_816Z-debug-0.log

lerna ERR! npm install exited 217 in 'scratch-render'
lerna WARN complete Waiting for 2 child processes to exit. CTRL-C to exit immediately
@ghost ghost changed the title npm ERR! code E404 lerna ERR! npm install exited 217 in 'scratch-render' Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants