Stefano
Stefano
I have the same issue with 2016.
It crashes in the same way when loading 'www.bluewin.ch'. Could it be something with the size of the page? As a side note, Phantom-Proxy crashes in the same way. It...
Works for me. Is this repo still maintained? ping @biesbjerg
> It works on: > > ``` > Angular v13.0.2 > node v16.13.1 > npm v8.1.2 > ``` does not work for me
> > > It works on: > > > ``` > > > Angular v13.0.2 > > > node v16.13.1 > > > npm v8.1.2 > > > ``` >...
Thanks @panagiotis199, it seems to be working and even though it might not be the "proper" solution it's definitely better than nothing! :D
can this be merged?
same error here with vite 5.1.1
This fails with PNP enabled, as there is no `node_modules/.bin/nx`. It is very annoying, but the "workaround" of falling back on node_modules via the `YARN_NODE_LINKER="node-modules"` environment variable seems to work.....
I am also puzzled by this. How do people work with publishable libraries using Vite? Does everyone manually maintain the subset of peerDependencies and dependencies in the publishable package? And...