Botframework-solutions: Skill's manifestTemplate.json is not created

Created on 4 Jun 2019  路  4Comments  路  Source: microsoft/botframework-solutions

Project

Name: Skills
Language: TypeScript

Description

After following the Skill Creation Tutorial, I get to a point where I have to check my Skill manifest but its not in the project.

Your newly created Skill has a basic Skill manifest file provided in the root directory (manifestTemplate.json)

To Reproduce

Follow the Typescript Skill creation tutorial.

Expected behavior

To have the manifestTemplate.json created in the root directory or somewhere in the project.

Screenshots

image

image

Additional context

I had no problems either creating the Skill or deploying it.

Typescript Bug

All 4 comments

I'm getting the same error over here. No manifest file present.

Hi @jbonet07 , @aschemel . Thanks for contributing!
We fixed the issue of the missing manifestTemplate file in the #1478. Meanwhile, you can use this manifestTemplate file adding it in the src folder.

Related to the Skill Manifest endpoint we are still working on!

Same problem here, but even after adding the manifestTemplate.json in the src or the root of the Skill and running "npm run start again" I get the same error message.
Am I missing something obvious?

Hi @Zack-Strife,

Please, update the version of your generator-botbuilder-assistant in order to have the latest changes:

npm uninstall --global generator-botbuilder-assistant
npm install --global generator-botbuilder-assistant

We fixed this issue in the following PRs:

  • PR#1478 - Adding the missing _manifestTemplate.json_ file
  • PR#1511 - Implementing the Skill Manifest endpoint (e.g. http://localhost:3980/api/skill/manifest)
Was this page helpful?
0 / 5 - 0 ratings

Related issues

hansmbakker picture hansmbakker  路  3Comments

GitDruid picture GitDruid  路  4Comments

ericmaino picture ericmaino  路  3Comments

kendomen picture kendomen  路  4Comments

darrenj picture darrenj  路  3Comments