Jovo build:platform googleAssistant not working

google-assistant
language-model
cli

#1

Hi, I’m using Jovo 4 to develop an Alexa Skill and a Google Action, until last week I was able to build the project for both platforms without problems.

Now when I execute “jovo build:platform googleAssistant”
I get the following error:

Jovo version: @jovotech/cli/4.1.3 darwin-x64 node-v12.22.9

My “jovo.project.js” file:

Even with a very simple interaction model, I get this error.
Could you help me identifying the problem?


#2

Hey @radiosa
I couldn’t reproduce it after creating a new project. Could you delete your /node_modules directory and package-lock.json and re-run npm i?