Closed erganmedia closed 3 years ago
For sure.. I will be updating this shortly. The long term plan is to slowly move away from this project which so it hasn't been the top of my list but I will be sure to get a version working with 1.0 in the next day or so.
Thank you. I love solid js so far, and I appreciate the work you are putting into it. keep going. I'll do my best to contribute wherever I can :)
Ok Fixed.. use solid-scripts 0.0.57-rc.0
with Solid 1.0 rc candidates
Hi,
I created my solidjs project using the create-solid script
> npm init solid app-ts my-app
I would like to use the 1.0 release candidate, so I just updated the version of solid-js in package.json. My package.json looks like this:
after some time I realized, that npm start doesn't work properly and I get following error when I try to start my project.
I am not sure if that is a bug in the create-solid project, or if changing the version in the package.json is not the proper way of trying to update to 1.0
npm run build
works though