microsoft / microsoft/nodejstools

F5 gives build error on Cloud Service project

Open
#2,134 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
1.8k
Forks
355
PR merge metrics
No merged PRs in 30d

Description

I want to create Azure Cloud Service Project via Node.js.
First,I create node.js application,and successed at local browser,
and I converted to Cloud Service project.
I tryed to F5, I faced below error.

Expected Behavior

Start Azure Emulator

Actual Behavior

CloudServices64: Cannot find file named 'approot\bin\setup_web.cmd' for startup task setup_web.cmd

  • NTVS Version: 1.4.11027.3
  • Visual Studio Version: 15.6.2
  • Node.js Version: 10.15.1
Steps to Reproduce
  1. Create a new Cloud Service project with a web role
  2. F5

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the F5 workflow for a Node.js web role in an Azure Cloud Service project and inspect the generated startup task setup_web.cmd referenced by the CloudServices64 error. Compare the expected Azure Emulator launch with the missing approot\bin\setup_web.cmd; done means F5 starts the emulator successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, node.js
Domain
build-system, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.