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

can't build locally without installing flock before #2042

Open
mschneider opened this issue Jan 17, 2024 · 2 comments
Open

can't build locally without installing flock before #2042

mschneider opened this issue Jan 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mschneider
Copy link
Contributor

Overview

Tried to follow the instructions to build this repo (it was difficult and there is no clear path described in README)

Steps to reproduce

$ nvm install 19
Downloading and installing node v19.9.0...
Downloading https://nodejs.org/dist/v19.9.0/node-v19.9.0-darwin-arm64.tar.xz...
################################################################################################################################################### 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v19.9.0 (npm v9.6.3)
$ node --version
v19.9.0
$ flock
-bash: flock: command not found
$ pnpm
-bash: pnpm: command not found
$ npm install -g pnpm

added 1 package in 284ms

1 package is looking for funding
  run `npm fund` for details
$ pnpm install
Scope: all 34 workspace projects
Lockfile is up to date, resolution step is skipped
Packages: +1403
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 1403, reused 1374, downloaded 0, added 1403, done
node_modules/.pnpm/bigint-buffer@1.1.5/node_modules/bigint-buffer: Running install script, done in 2.3s
node_modules/.pnpm/@swc+core@1.3.93/node_modules/@swc/core: Running postinstall script, done in 776ms
node_modules/.pnpm/esbuild@0.19.7/node_modules/esbuild: Running postinstall script, done in 958ms
node_modules/.pnpm/utf-8-validate@5.0.10/node_modules/utf-8-validate: Running install script, done in 1.4s
node_modules/.pnpm/bufferutil@4.0.8/node_modules/bufferutil: Running install script, done in 1.8s

devDependencies:
+ @commitlint/config-conventional 18.4.4
+ @solana/eslint-config-solana 1.0.2
+ @solana/prettier-config-solana 0.0.4
+ commitlint 17.6.7

+ eslint-config-turbo 1.10.13
+ turbo 1.11.1
$ flock
-bash: flock: command not found

Description of bug

attached log of running $pnpm test
test.log

@mschneider mschneider added the bug Something isn't working label Jan 17, 2024
@steveluscher
Copy link
Collaborator

Oh wow. How has this not come up before. Are we literally all building on Linux over here? This must be Mac OS, right?

@mschneider
Copy link
Contributor Author

correct

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
None yet
Development

No branches or pull requests

2 participants