Build ios [ERROR] An error occurred while running npm install (exit code 254):

You’ve got larger problems clearly.

I’d try starting a brand new project and building that, both for browser and iOS with the --prod switch.

ionic start SomeOtherProject
cd ./SomeOtherProject
ionic cordova build browser --prod