Category Archives: Electron

Installing Electron under Ubuntu – “node: not found”

I was trying to install Electron on Ubuntu using this command: npm install electron-prebuilt -g It would run for awhile, then fail with this error: sh: 1: node: not found Several online sources said to install “node-legacy”, but this never … Continue reading

Posted in Electron, Technology | Leave a comment