unable to initialize Observerablehq/framework #1924
-
Hi All, I'm pretty new to Observable but am quite used to building and running applications on nodejs. I tried to initialize a project using 'npx "@observablehq/framework@latest" create' (1.13.2) but it just aborts without any specific feedback other than
I run the npx command in a bit of a strange way because of nodejs and glibc issues (and I don't want to have a node version installed globally on my system)
also
any ideas ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
That's a curious behavior. Generally the create script starts running after those deprecation warnings for me. I have a couple ideas, but nothing that is an obvious solution:
I generally have a similar approach to not having a global Node installed, except I use Nix for that. Would it be helpful for you if I share the Nix flake configurations I use for my development shells? There isn't anything too fancy in them, but maybe we could figure out what is different between the two set ups. |
Beta Was this translation helpful? Give feedback.
thx @mythmon ,
I can live with amending the PATH variable 😄
Thx so much for your help!
i think the issue is in the
esbuild
module...