Igor VISI

Results 3 comments of Igor VISI

Same error after upgrade !! OS: ArchLinux Resolved by : - switch to v10.16.0 with NVM - delete node_modules - run npm install

Which version of node are you using ? With NVM I switch to v10.16.0 when I want to work with gridsome. Try : ```bash unset NPM_CONFIG_PREFIX nvm use --delete-prefix v10.16.0...