Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Skill's manifestTemplate.json is not created #1475

Closed
jbonet07 opened this issue Jun 4, 2019 · 4 comments · Fixed by #1478
Closed

Skill's manifestTemplate.json is not created #1475

jbonet07 opened this issue Jun 4, 2019 · 4 comments · Fixed by #1478
Assignees
Labels
Language: Typescript This issue is specifically related to C# implementations. Type: Bug Something isn't working

Comments

@jbonet07
Copy link

jbonet07 commented Jun 4, 2019

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.

@jbonet07 jbonet07 added the Type: Bug Something isn't working label Jun 4, 2019
@Batta32 Batta32 self-assigned this Jun 4, 2019
@Batta32 Batta32 added the Language: Typescript This issue is specifically related to C# implementations. label Jun 4, 2019
@aschemel
Copy link

aschemel commented Jun 4, 2019

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

@Batta32
Copy link
Collaborator

Batta32 commented Jun 4, 2019

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!

@yuuzora
Copy link

yuuzora commented Jun 23, 2019

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?

@Batta32
Copy link
Collaborator

Batta32 commented Jun 24, 2019

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:

@lauren-mills lauren-mills removed Status: Committed This has been confirmed for the next release. Status: In Progress This work item in underway. Status: Pending Status: Blocked Current progress is blocked labels Jul 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Language: Typescript This issue is specifically related to C# implementations. Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants