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
After running my application in local, it is showing this erro and My app is running but Million lint is not working
⚡ Million Lint v1.0.14
✓ Ready in 0.16ms
node:fs:1877
binding.unlink(path);
^
Error: ENOENT: no such file or directory, unlink '/User/Documents/project/node_modules/.vite/strings.json'
at Object.unlinkSync (node:fs:1877:11)
at main (/User/Documents/project/tools/create-types.js:49:12) {
errno: -2,
code: 'ENOENT',
syscall: 'unlink',
path: '/User/Documents/project/node_modules/.vite/strings.json'
}
What version of
million
are you using?^1.0.14
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Mac
What browser are you using?
Chrome
Describe the Bug
After running my application in local, it is showing this erro and My app is running but Million lint is not working
⚡ Million Lint v1.0.14
✓ Ready in 0.16ms
node:fs:1877
binding.unlink(path);
^
Error: ENOENT: no such file or directory, unlink '/User/Documents/project/node_modules/.vite/strings.json'
at Object.unlinkSync (node:fs:1877:11)
at main (/User/Documents/project/tools/create-types.js:49:12) {
errno: -2,
code: 'ENOENT',
syscall: 'unlink',
path: '/User/Documents/project/node_modules/.vite/strings.json'
}
Node.js v20.14.0
VITE v3.2.10 ready in 2195 ms
➜ Local: http://localhost:3000/
What's the expected result?
Million js should suggest what needs to be changes on react component
Link to Minimal Reproducible Example
http
Participation
The text was updated successfully, but these errors were encountered: