[flake] fix flake to work on darwin

use yarn to install node deps
parent 57a17676
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
purescript purescript
#spago-unstable #spago-unstable
nodejs nodejs
yarn
nodePackages.npm nodePackages.npm
]; ];
...@@ -66,8 +67,9 @@ ...@@ -66,8 +67,9 @@
echo "Installing JS Dependencies" echo "Installing JS Dependencies"
#npm install #npm install
yarn
# https://docs.npmjs.com/cli/v9/commands/npm-ci # https://docs.npmjs.com/cli/v9/commands/npm-ci
npm ci #npm ci
#npm/bin/npm install --dev #npm/bin/npm install --dev
echo "Compiling" echo "Compiling"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment