Danny
04/19/2022, 6:07 PMpnpm install
gives command not found.
Anything special I should do?Danny
04/19/2022, 11:03 PMcheck_code_change: pnpm
before_compile:
- n 14.19.1
- npm install -g pnpm@6
- pnpm install
to seed.yml but still see npm install happening:
====================
š Compile
====================
$ cd /tmp/seed/source
INFO: Running before_compile hook
$ n 14.19.1
3.82 s
$ npm install -g pnpm@6
1.63 s
$ pnpm install
51.62 s
INFO: Looking for package.json...
$ npm install