#Running build is looking for node_modules even though we are using Yarn.

1 messages · Page 1 of 1 (latest)

dusky comet
#
 *  Executing task: yarn run build 

Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)

$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...

 *  The terminal process "/usr/bin/fish '-c', 'yarn run build'" terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

 *  Executing task: yarn run build 
#

Is there something that needs to be set for vite to not expect node modules?