Thomas Fassolis

Results 16 comments of Thomas Fassolis

So.... i was able to switch our project to Plug&Play, but with a catch. I tried with a fresh app and the same thing happened : I create a new...

@Lonli-Lokli Yarn version is 3.2.1 But i may have spoke too soon. `yarn ng lint` is not happy at all, but only with `*.spec.ts` files... EDIT : So,i have problems...

@JoostK We just updated to v14.0.5. I was able to delete completely node_modules folder and everything is working fine. Thank you !

@Lonli-Lokli I have a similar issue with `"$schema": "./node_modules/@angular/cli/lib/config/schema.json"` It doesn't throw an error preventing the build, though, but it may be a real issue in the futur.

Awesome, thanks @clydin

The Angular team has just release the v14.0.5, that include this fix : https://github.com/angular/angular-cli/pull/23487 Storybook is still not working in PnP mode, getting the same error.

Still getting the same error with Storybook v6.5.10 or 7.0.0-alpha.18

Storybook with Angular doesn't work either with Yarn PnP. First, it uses node_modules folder for caching, then this error : ``` Error: EROFS: read-only filesystem, open '/node_modules/.ngcc_lock_file' at makeError$1 (/Users/tfassolis/Documents/Git/front-angular/.pnp.cjs:28968:24)...

Might be related, but i'm not sure. If there's no View Engine libraries found on the repo, NGCC will not try to write anything in a lock file.

Anyway, i opened an issue specifically for this bug, as it is not strictly related to the unlisted dependencies : https://github.com/storybookjs/storybook/issues/18626