Skip to main content

🔨 Troubleshooting

npm run build​

Mac dev tools: error: linking with cc failed: exit code: 1​

Make sure to install Mac dev tools:

xcode-select --install

NPM registry: npm ERR! Cannot read properties of null (reading 'pickAlgorithm')​

npm cache clear --force 
npm config set registry https://registry.npmjs.org/