Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

222
Views
Can't open Nuxt.js starter template at Cloud9

Can't open Nuxt.js starter template in the browser (I see Cloud9 page: No application seems to be running here! Cloud9 can't get you to your requested workspace...).

Сhosen template is Blank.

Node.JS installed by NVM and I choose version v6.10.2 (Latest LTS: Boron)

Little editing package.json of nuxt.js starter template, cause default port is 3000, but in c9 available only 8080, 8081, 8082 :

  "config": {
    "nuxt": {
      "port": "8080"
       }
  },

Then I run app (npm run dev) and see everything is ok in console:

mytemplateapp@1.0.0 dev /home/ubuntu/workspace/mytemplateapp
> nuxt

nuxt:build App root: /home/ubuntu/workspace/mytemplateapp +0ms
nuxt:build Generating .nuxt/ files... +1ms
Ready on http://127.0.0.1:8080
nuxt:build Generating routes... +14ms 
nuxt:build Generating files... +9ms
nuxt:build Adding webpack middleware... +17
Build completed in 4.204s


DONE  
Compiled successfully in 4210ms                                                                                                                            
Open http://127.0.0.1:8080

I've already tried all three available ports.

Well, I am stuck. I would appreciate any advice

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

try this:
1. in your package.json

"config": {
  "nuxt": {
   "port": 8080,
   "host": "0.0.0.0"
  }
}
  1. run npm run dev (if it doesn't work use sudo npm run dev)
  2. click the link which shows on cloud9 terminal

then you get it

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!