Skip to content

Cannot install squido on Ubuntu 22.04 #23

Open
@JonathanLindsey

Description

When I try to install squido on a bare bones (+ git) Ubuntu 22.04 install with sudo npm i -g https://github.com/mrvautin/squido.git it gives me a TON of warnings (more than are shown here) and then gives an error about a syscall to spawn sh.

npm warn tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/usr/local/lib/node_modules/squido/node_modules/date-fns/yearsToMonths'
npm warn tar TAR_ENTRY_ERROR ENOENT: no such file or directory, lstat '/usr/local/lib/node_modules/squido/node_modules/date-fns/yearsToQuarters'
npm warn tar TAR_ENTRY_ERROR ENOENT: no such file or directory, open '/usr/local/lib/node_modules/squido/node_modules/date-fns/typings.d.ts'
npm notice
npm notice New minor version of npm available! 10.7.0 -> 10.8.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
npm notice To update run: npm install -g [email protected]
npm notice
npm error code ENOENT
npm error syscall spawn sh
npm error path /usr/local/lib/node_modules/squido/node_modules/esbuild
npm error errno -2
npm error enoent spawn sh ENOENT
npm error enoent This is related to npm not being able to find a file.
npm error enoent

Full terminal output part 1

Full terminal output part 2

I have node/npm installed with the snap sudo snap install node --classic but tried other configurations too.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions