Relative Content

Tag Archive for reactjsnode.jsreact-nativenpmlinux-mint

Am I following the correct steps to configure a node environment on Linux?

I recently migrated my operating system to Linux Mint Cinnamon Edge. I installed NodeJS and npm normally and the installation worked. However, when I start some projects with npx it doesn’t work and presents different errors. I discovered the error after trying to continue a React-Native application I was running on Windows. ‘npm install’ worked normally, but when I went to test the project ‘npx expo start –clear’ did not work