@ShivaramPrasad wrote:
i have upgraded my old ember project to the new version but still i couldn’t able to see the front page of my project and output of my project. Even i got the page status code as 200 OK in the screenshot at the back when i run the localhost i am getting nothing. So if anyone have any idea about it your ideas are much more appreciated.
The main problem is the project was developed by some other developer (may be 5 years back at the ember-cli@1.3.xx). Now i just cloned the project and i am trying to run this project with the new ember version. At the initial stage i got many errors i have cleared all the errors by adding the npm depedencies separately to the particular files and at last i got the build successful. But still i couldn’t able to see the front page of that project.
PROBLEM FACED & VARIOUS WAYS TRIED TO SOLVE THIS :
Tried the old project ember version to test whether the ember project runs in that particular version. (FAILED) @1.13.8 => Even it couldn’t recognize whether its an ember project or not like i didn’t even get the ember code work page(Ember Inspector)
This project will not be run in the latest version of Node 10.xx.xx so every time use the Active LTS suggested node version ie… stable version. Now i am using Node 8.9.0 which is a stable & tested version for the ember-cli.
If i upgraded our project to the latest ember version with overwriting files YES it didn’t work. (FAILED)
If i upgraded our project to the latest ember version with overwriting files NO i got three errors
+ ember-intl: 'desktop' does not match a supported locale name. (CLEARED NOW) + ENOENT: no such file or directory, lstat 'node_modules/ember-cli-ic- ajax/node_modules' . (HACKED NOW) + But Still has another new error saying “file not found” but it was there!!. (CLEARED NOW)
BUILD SUCCESSFUL : Build Successful without any errors but still i couldn’t able to see the front page. (even got the page status code 200 OK). Build-Successful.png
Give me the suggestion like how to run the ember@1.13 version project to see the output.
Posts: 1
Participants: 1