You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I typically use npm to manage packages and run scripts. Trying to do so when installing graffle doesn't seem to work.
When I switched package managers to pnpm it did work. My best guess is there is some post-install scripting that npm is not running to create the .bin files necessary for the generator...?
Reproduction Steps/Repo Link
npm i graffle@next
Try to run any graffle cli command
Get error "Cannot find module '/node_modules/.bin/build/generator/cli/generate.js'
Edit
I also updated to the latest LTS (v22.12.0) and confirmed the other settings as described in the setup doc.
The text was updated successfully, but these errors were encountered:
Screenshot
Description
I typically use npm to manage packages and run scripts. Trying to do so when installing graffle doesn't seem to work.
When I switched package managers to pnpm it did work. My best guess is there is some post-install scripting that npm is not running to create the .bin files necessary for the generator...?
Reproduction Steps/Repo Link
npm i graffle@next
Edit
I also updated to the latest LTS (v22.12.0) and confirmed the other settings as described in the setup doc.
The text was updated successfully, but these errors were encountered: