-
Notifications
You must be signed in to change notification settings - Fork 54
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
throw new ERR_INVALID_ARG_TYPE(name, 'string', value); #107
Comments
Not sure why this is, can you use |
Unfortunately, I cannot if it's still only in beta. |
Just to be clear, |
What Jake said, the tool is still in beta but the templates aren't |
Is this still an issue? @archoda |
I face the same problem npm run dev fails
path.js:39 TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Re |
Can you try using stackmix |
Thank you for your reply this $ git clone https://github.com/roxiness/stackmix.git from here https://www.npmjs.com/package/stackmix is not working too |
Thanks a lot for your help but it is not working C:\Users\Tobb>cd demo C:\Users\Tobb\demo>npx stackmix SyntaxError: Unexpected token = C:\Users\Tobb\demo>npm i stackmix changed 10 packages, and audited 267 packages in 2m 12 packages are looking for funding found 0 vulnerabilities C:\Users\Tobb\demo>npx stackmix SyntaxError: Unexpected token = C:\Users\Tobb\demo> |
What's your node version?
|
This one v10.15.1 Everything about svelte works except this nice router part, I cannot update node version it is giving problems. I am able to do all I want with this version except this routify. I reada "Given the variety of fragments, we would greatly appreciate contributors for this projects pray", but there is no clear communication on how we should do it. There is no contact us, no emails except to use this issues. There is typo error here $ git clone https://github.com/roxiness/stackmix.git clone creates stackmix and cd routify-templates is moving to a non existent directory. I fell in love with svelte and routify but if I can help where I can, I am willing to do so. |
I am not sure how this will play out as Node 10 is out-of-life today exactly. README is getting an update, thanks for reporting. |
@tobbtechnologies Install You need node 12 and above |
There's also Volta if nvm isn't an option. |
@fractalhq it seems that |
Maybe try |
Doesn't seem to make a difference. These issues for svelte#6159 and svelte#339 points to svelte-preprocess and the |
I think you're right. Any idea how to solve it? |
This should be fixed, tag me if not |
npm run dev
internal/validators.js:125
throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
^
Seems '../.routify/routes' doesnt exist...but, If I change 'import { routes } from "../.routify/routes";' to 'import { routes } from "@roxi/routify/tmp/routes";' in App.svelte then the error just errs out on nollup -c
The text was updated successfully, but these errors were encountered: