Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The requested module '/node_modules/.vite/deps/solid-js_web.js?v=535ec443' does not provide an export named 'setProperty #105

Open
1 task
kerry0955 opened this issue Oct 19, 2023 · 7 comments
Labels
bug Something isn't working use issue when using `anse.app`

Comments

@kerry0955
Copy link

What operating system are you using?

Mc

What browser are you using?

Chrome

Describe the bug

Execute pnpm dev page error。

image

What provider are you using?

None

What prompt did you enter?

image
image

Console Logs

No response

Participation

  • I am willing to submit a pull request for this issue.
@kerry0955 kerry0955 added the use issue when using `anse.app` label Oct 19, 2023
@zhuozhiyongde
Copy link

Same. However, I found that the most recent update for solid-js was made 4 months ago...

@chenyhd
Copy link

chenyhd commented Nov 26, 2023

Hi, I'm experiencing the same issue when trying to do local development. Since I'm not a frontend engineer and don't have much experience with this, it's difficult for me to fix it.

I've tried the following:

  1. Using node 18
  2. Using node 20
  3. Updating @astrojs/solid-js to version 3.0.2

However, none of these solutions have resolved the problem. Interestingly, when I deploy to Vercel, everything runs smoothly. This leads me to believe that the issue may be related to the Astro environment.

@ddiu8081 ddiu8081 added the bug Something isn't working label Nov 29, 2023
@matoung
Copy link

matoung commented Dec 20, 2023

Same issue, I tested build on ubuntu vm with node V20, node v18 docker, and the default Dockerfile, they all have this issue.But when I deploy to Vercel, it run smoothly.

@ppxb
Copy link

ppxb commented Dec 26, 2023

update the solid-js (not @astrojs/solid-js) to latest will resolve it.

@miguelgargallo
Copy link
Contributor

Fixed here: #121
Waiting for approval

@lxyoucan
Copy link

解决办法修改package.json 把"solid-js": "1.7.7",修改成"solid-js": "1.8.7", 参考: #121

@miguelgargallo
Copy link
Contributor

Solución: Cambie package.json a "solid-js": "1.7.7" a "solid-js": "1.8.7", referencia: #121

Please, if works to you, I would like some minimal support in the #121 to let devs it works and I contributed! Thanks @lxyoucan for your time and happy new years eve! 🎉❤️‍🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working use issue when using `anse.app`
Projects
None yet
Development

No branches or pull requests

8 participants