-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
-
What version of Tailwind CSS are you using?
Tailwind: 4.1.14
What build tool (or framework if it abstracts the build tool) are you using?
Nuxt: 4.1.3
What version of Node.js are you using?
Node: 20.19.5
What browser are you using?
Firefox
What operating system are you using?
Windows
Reproduction URL
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
In Ubuntu 22.04.5 in WSL2 I got this error initially:
ERROR Cannot find native binding. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try npm i again after removing both package-lock.json and node_modules directory. 5:52:52 PM
at node_modules/oxc-parser/src-js/bindings.js:553:11
at ModuleJob.run (node:internal/modules/esm/module_job:325:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)
at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:946:35)
at async Object.run (node_modules/@nuxt/cli/dist/chunks/prepare.mjs:32:18)
at async runCommand (node_modules/citty/dist/index.mjs:316:16)
at async runCommand (node_modules/citty/dist/index.mjs:307:11)
at async runMain (node_modules/citty/dist/index.mjs:445:7)
[cause]: Cannot find module '@oxc-parser/binding-linux-x64-gnu'
After removing both package-lock.json
and node_modules
and then running npm i
again, it all seems to work fine for me at least in Firefox 143.0.4 (64-bit) on Windows 11:
Would you be able to provide more details about how the breakpoints are not working? What version of Firefox are you using?
Beta Was this translation helpful? Give feedback.