Meteor crash after update to 1.5.1, with error `Usage: npm run not-needed`

I can’t start meteor after update to 1.5.1. I’ve tried remove both node_modules and .meteor/local then reinstall everything. Still get this error loop after trying to start meteor.

 Usage: npm run not-needed -- typingsPackageName asOfVersion sourceRepoURL [libraryName]
=> Exited with code: 1

However, meteor lint run fine.

stack: react, typescript, onsenui

I’ve just found that it is my own bug. I’ve added a new folder to the project and that confuse meteor cli.

1 Like