sean
sean
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Just build your project xD
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
In the past I used to waste way too much time fixing problems like this, it's just not worth it
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Probably would be the smoothest option
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Because if I were you I wouldn't risk going crazy and just go with the recommended alternatives: https://deno.land/manual@v1.36.1/basics/react
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Or is it a brand new thing?
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Do you have a node project that you need to convert to Deno?
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
There are other people having your same issue apparently
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Yup, you aren't the only one
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
I honestly don't know for sure
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
import "npm:react@^18.2";
import "npm:react-dom/client@^18.2";
import "npm:react-router-dom@^6.4";
import "npm:react@^18.2";
import "npm:react-dom/client@^18.2";
import "npm:react-router-dom@^6.4";
These?
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
18 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
Haha I get that
27 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
No problem, have a good one :)
27 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
Yup it's the last step.
27 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
Think about it step by step. You have a variable i with a value of 0 You check if i < 10. If it is, you log the current value. If it isn't, you exit the loop. You increment i.
27 replies