microsoft / microsoft/nodejstools
F5 gives build error on Cloud Service project
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
- Create a new Cloud Service project with a web role
- F5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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