简体   繁体   中英

Ember: error while i am running ember serve

I am try to upgrade exisiting ember project cli version by following this tutorial

https://emberigniter.com/update-latest-ember-data-cli/

after finishing this i try to run ember serve it shows error like

missing path

i doknow what exactly it was trying to say and also i am new to ember could any one help me sort out this issue.

I recommend using ember-cli-update to update your ember projects. Please check it out. It avoids user-mistakes while upgrading (no manual merges, etc. ...).

You could try to delete node_modules and run npm install again. It could a package in your package.json that ember serve can't find. Also check the releases it is not easy to upgrade from older version to the latest one, too many deprecations. Also if it si too old i suggest you to start over create again the ember app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM