Pinal Bhatt

Results 8 comments of Pinal Bhatt

@KSXGitHub ``` pnpm i --fix-lockfile  ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER  [email protected][email protected][email protected] isn't supported by any available resolver. This error happened while installing the dependencies of [email protected] Progress: resolved 28, reused 29, downloaded 0, added...

For now i have fixed issue by adding following to my `.npmrc` file ``` auto-install-peers=true strict-peer-dependencies=false ```

@salemdar @sebastianhaas does this mean that 'ngx-cookie' will be supported in future and we can move from 'angular2-cookie' to 'ngx-cookie'? (indicating 'angular2-cookie' is dead )

adding --ignore-scripts worked for me ` RUN npm ci --only=production --ignore-scripts `

For now i am using this solution `RUN npm set-script prepare "" && npm ci --only=production` in my Docker file

I am also getting issue with sourcemap generated. with both 2.0 and 1.5.4 also.