-
### Describe the bug
Given an `index.mjs` file with the following line of code:
```ts
console.log(import.meta.resolve("./index.mjs"));
```
It works properly when running `node index.mjs`, but…
-
## 详细描述你的问题
nextjs + vue3项目,删除项目node_modules和yarn.lock,重新安装依赖,开发环境yarn start运行项目后(没有用vite)大量ts错误,问下这个怎么解决
![image](https://github.com/user-attachments/assets/944f2c72-8328-465a-9ea3-f4c67b3e090e)
…
-
### Version
08c3b70(1.6.0)
### Operating Systems
- [ ] macOS
- [ ] Windows
- [X] Linux
- [ ] Android
- [ ] IOS
### Browser (if applicable)
_No response_
### What is supposed happened?
it should…
-
Tried with latest commit, few fix but interface is up and not reacting on any button/action with following message in cli
```
$ ng serve
[...]
Application bundle generation complete. [9.761 second…
juju4 updated
2 weeks ago
-
I have vite SSR and I saw that it has issues with ssr according to the following issue https://github.com/aidenybai/react-scan/issues/30 however there are examples for next.js app. I tried to do the t…
-
Steps to reproduce:
- Create an agent having the Discord component setup
- Ask the agent to generate a video
```
abdurrehmansubhani@Abdurrehmans-MacBook-Pro monorepo % usdk chat /Users/abdurrehma…
-
We learned a lot from node/npm and the value of npm tasks. Ultimately it won over the other tasks managers because a lot of the work was moved over to bundlers (webpack and now vite) but as we add mor…
-
I was trying to integrate onestack to an existing monorepo but it doesn't compile correctly. At first I thought it could be due to conflicts with my existing monorepo but even an empty one doesn't see…
-
when using SSR, I am getting the following error:
```
11:02:24 AM [vite] Error when evaluating SSR module /node_modules/__mf__virtual/host_mf_2_page_mf_2_app__loadRemote__remote_mf_1_remote_mf_2_app…
-
### Describe the bug
Originally reported at https://github.com/vitest-dev/vitest/issues/5569. I think I've seen 2-3 similar reports in the past too.
When a file is SSR transformed in Vite, debug…