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
It worked a couple of days ago, but stopped working now after upgrading to the latest version. I tried to delete the yarn lock and node_modules folder to no effect.
Logs
No response
The text was updated successfully, but these errors were encountered:
yarn dev ✔ took 4s system at 05:15:56 PM
yarn run v1.22.17
warning ../../package.json: No license field
$ nuxi-edge dev
/bin/sh: nuxi-edge: command not found
yarn dev ✔ took 4s system at 05:15:56 PM
yarn run v1.22.17
warning ../../package.json: No license field
$ nuxi-edge dev
/bin/sh: nuxi-edge: command not found
My issue seems to have been a duplicate 'nuxi' entry in package.json
Environment
Nuxt CLI v3.0.0-27258467.4e424d0 16:49:13
RootDir: D:\Programming\JabRefOnline 16:49:14
Nuxt project info: 16:49:14
Windows_NT
v17.0.0
2.16.0-27257777.293dc11a
[email protected]
Webpack
target
,head
,css
,plugins
,components
,tailwindcss
,buildModules
,modules
,serverMiddleware
,watch
,build
,storybook
,createRequire
-
@nuxtjs/[email protected]
,portal-vue/nuxt
,@nuxt/[email protected]
,@pinia/[email protected]
,@nuxt/[email protected]
Describe the bug
Trying to run
yarn dev
which is defined asnuxi dev
results inDirectly running
npx nuxi
yieldsHowever,
npx nuxi-edge
works.Reproduction
JabRef/JabRefOnline#480
Additional context
It worked a couple of days ago, but stopped working now after upgrading to the latest version. I tried to delete the yarn lock and node_modules folder to no effect.
Logs
No response
The text was updated successfully, but these errors were encountered: