codeforequity-at / botium-core

The Selenium for Chatbots - Bots Testing Bots
https://www.botium.ai
MIT License
229 stars 64 forks source link

error is displayed in npm install for botbuilderwebchat #179

Closed hitesh22nov closed 5 years ago

hitesh22nov commented 5 years ago

Following error is displayed in npm install for botbuilderwebchat

erwebchat> npm install npm WARN samples@1.0.0 No description npm WARN samples@1.0.0 No repository field.

npm ERR! path C:\Users\hiteshyadav\Desktop\ChatAuto\UnderTest\botium-connector-webdriverio-master\botium-connector-webdriverio-master\samples\botbuilderwebchat\node_modules.staging\botium-connector-webdriverio-a26a90de\node_modules@types\estree npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall rename

Using visual studio code

codeforequity-at commented 5 years ago

Please run "npm install" in the root folder of the repository first.

hitesh22nov commented 5 years ago

Already done that, in root folder installation was successful but the above error is encountered when "npm install" is done for samples/botbuilderwebchat

Project: https://github.com/codeforequity-at/botium-connector-webdriverio

codeforequity-at commented 5 years ago

Maybe your npm repository is somehow broken. Remove the package-lock.json files and node_modules folder from root directory and the samples directory and run npm install again.

codeforequity-at commented 5 years ago

no feedback