Bakery has trouble running npm install
from the parent directory, in Windows
#742
Labels
compatibility
Compatibility issue with other framework, features
confirmed bug
Something isn't working
installation
Related to the installation process
Bakery uses the
--prefix
flag to tellnpm
which directory to target for installing node dependencies.For whatever reason, this is working in *nix but not Windows:
npm
docs don't seem to have any useful information.For now, the workaround is to just run
npm install
directly in thebuild/
subdirectory.The text was updated successfully, but these errors were encountered: