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
Trying to install nuxt/ionic@0.14.0 in a new nuxt project results in the following error: 'husky' is not recognized as an internal or external command,
Reproduction Steps:
npx nuxi@latest init <project name>
select npm
npx nuxi@latest module add ionic or npm i @nuxtjs/ionic
Things I've tried:
npm i @nuxtjs/ionic@0.13.1 works without issue.
Installing Husky first seems fix the issue.
Running the commands on 3 different windows machines and a mac all with the same result.
Running the commands in CodeSandbox which gives the same result.
Running the commands in Stackblitz which oddly enough succeeds. Can't figure out why though...
Windows:
Mac:
Codesandbox:
🛠️ To reproduce
Unsure what to put here?
🌈 Expected behaviour
Installing succeeds with requiring Husky.
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered:
Got the same problem while trying to install the package using npx nuxi@latest module add ionic and yarn.
Also seems to be a husky issue (command not found: husky).
🐛 The bug
Trying to install nuxt/ionic@0.14.0 in a new nuxt project results in the following error:
'husky' is not recognized as an internal or external command,
Reproduction Steps:
npx nuxi@latest init <project name>
npx nuxi@latest module add ionic
ornpm i @nuxtjs/ionic
Things I've tried:
npm i @nuxtjs/ionic@0.13.1
works without issue.Windows:
Mac:
Codesandbox:
🛠️ To reproduce
Unsure what to put here?
🌈 Expected behaviour
Installing succeeds with requiring Husky.
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: