This repository was archived by the owner on Sep 17, 2023. It is now read-only.
This repository was archived by the owner on Sep 17, 2023. It is now read-only.
Unable to install in hoisted Lerna monorepo #19
Closed
Description
Installing in the top-level with lerna bootstrap
produces the following error
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /home/eric/workspace/stratos/node_modules/@typescript-tools/rust-implementation/bin/monorepo
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/eric/workspace/stratos/node_modules/@typescript-tools/rust-implementation/bin/monorepo'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
Could be because the life cycle hooks are separated and there is no default bin/monorepo
file shipped with this package.