Nathan Hammond

Results 239 comments of Nathan Hammond

This is currently blocked on Nextra updates to support Next.js 13. (`find-pages-dir` changes).

@weyert I'm no lawyer, but our intent with the MPL license is to ensure that all changes and improvements to our code are available to its users, in perpetuity. For...

Also, closing this since we're not going to publish the modules, but there *is* a recommended path forward here.

(Note that in turning them into modules we might adopt them if things have stabilized!)

@AddictArts starting from here would be fantastic: ``` npx create-turbo@latest cd my-turborepo ``` Then create a commit that creates the repository state you're looking for, and then a commit that...

@killpowa can you get us a reproduction? We've attempted to investigate this and have not been able to reproduce the failure as described.

The error is here: ``` Error: spawnSync /home/ktdlr/gh/sharelane/my-turborepo/node_modules/turbo/bin/turbo ENOENT ``` I suspect you have a bad local package cache: ``` npm cache clean --force rm -rf `pnpm store path` rm...

`node install.js` is the post-install script for installing `turbo`. Can you try the smallest possible test? `mkdir issue-2293 && cd issue-2293 && npm init && npm install turbo --save-dev`

Fantastic. This is probably enough information for me to get a root cause. Unfortunately that root cause is possibly "switched to CGO."