newbotjs / newbot-cli

Command lines to manage a NewBot project
1 stars 0 forks source link

Do not create the project #3

Open franciscojsc opened 3 years ago

franciscojsc commented 3 years ago

I am trying to create the project, but there is a problem.

Operating System: Ubuntu 18.04 RAM: 8G

The version of Node.js installed: v14.16.1

image

RSamaium commented 3 years ago

Hello,

There are compatibility issues caused by MS BotFramewok and NodeJS 14 version

To create a project:

npm init -y
npm install newbot-cli
npx newbot new mybot

Next,

cd mybot
npm install newbot-cli
npx newbot serve