Creotip

Results 11 comments of Creotip

Please post source code, or entire project . I will check this out!

@sahibalejandro Are you using Laravel?

@sahibalejandro So it's working just fine?

Hi guys, here you can check a package I created: https://recoil-gear.netlify.app/ It's a simple connector to redux devtools

Use vue-particles: https://github.com/creotip/vue-particles

Cloned this branch. Getting typescript error ![Screen Shot 2021-12-08 at 11 10 10](https://user-images.githubusercontent.com/3135968/145180865-ae4a3924-2176-48f6-aa38-d2c86069f3df.png) To fix it, you have to install @babel/eslint-parser: `yarn add eslint @babel/core @babel/eslint-parser -D` Then in your...

It's absolutely correct behaviour and not related to NX. Vite(or any other build tool) hot reload doesn't watch on .env file changes.

Downgrade pnpm to v8, it will solve the issue ```corepack use pnpm@latest-8```

i have the following error while creating new project according to the docs: ``` Creating a quickstart project. Creating a new Strapi application at /Users/ruslanelishaev/Desktop/projects/jsonserve-new. Creating files. Error while installing...