Closed
Description
[dax@Tower yerba]$ npm run dev
> turborepo-basic-shared@0.0.0 dev /home/dax/Documents/Compiled/yerba
> turbo run dev --parallel
• Packages in scope: config, electron-wrapper, tsconfig, ui, web
• Running dev in 5 packages
electron-wrapper:dev: cache miss, executing c01dcf7fc1bb9b65
web:dev: cache miss, executing 656e747d80f759df
electron-wrapper:dev:
electron-wrapper:dev: > electron-wrapper@ dev /home/dax/Documents/Compiled/yerba/apps/electron
electron-wrapper:dev: > node scripts/watch.js
electron-wrapper:dev:
web:dev:
web:dev: > web@0.0.0 dev /home/dax/Documents/Compiled/yerba/apps/web
web:dev: > next dev
web:dev:
web:dev: sh: line 1: next: command not found
web:dev: npm ERR! code ELIFECYCLE
web:dev: npm ERR! syscall spawn
web:dev: npm ERR! file sh
web:dev: npm ERR! errno ENOENT
web:dev: npm ERR! web@0.0.0 dev: `next dev`
web:dev: npm ERR! spawn ENOENT
web:dev: npm ERR!
web:dev: npm ERR! Failed at the web@0.0.0 dev script.
web:dev: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
web:dev:
web:dev: npm ERR! A complete log of this run can be found in:
web:dev: npm ERR! /home/dax/.npm/_logs/2022-02-03T16_04_24_966Z-debug.log
web:dev: Error: command finished with error: exit status 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! turborepo-basic-shared@0.0.0 dev: `turbo run dev --parallel`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the turborepo-basic-shared@0.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/dax/.npm/_logs/2022-02-03T16_04_24_978Z-debug.log
[dax@Tower yerba]$
This issue is resolved by running yarn add next -g -W
two times.
Metadata
Metadata
Assignees
Labels
No labels