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
When running yarn install,
Specifically the inner command yarn run dev-migrate, I'm getting an error form nf. Is this a version issue or something else?
\AppData\Roaming\npm\node_modules\nf\nf.js:48
if (!/^-/.test(a)) throw new Error("invalid argument " + a);
^
Error: invalid argument run
The text was updated successfully, but these errors were encountered:
When running yarn install,
Specifically the inner command yarn run dev-migrate, I'm getting an error form nf. Is this a version issue or something else?
\AppData\Roaming\npm\node_modules\nf\nf.js:48
if (!/^-/.test(a)) throw new Error("invalid argument " + a);
^
Error: invalid argument run
The text was updated successfully, but these errors were encountered: