Skip to main content

Problem To Setup development environment - Quick Start Guide with CLI

  • July 26, 2020
  • 5 replies
  • 2530 views

RonFybish

Getting ERROR when using along with CLI the quick start guide - Set up your development environment (section)

I’ve tried the video guide along with the text guide following the instructions line by line
with the 2 Cases getting the same error like I share in the image below

This topic has been closed for replies.

5 replies

  • Community Expert
  • July 26, 2020

Hey @RonFybish ,

what version of npm and node do you run?

Greetings


VladMonday
Forum|alt.badge.img
  • monday.com Team Member
  • July 26, 2020

Looks like your user (that CMD is opened from) doesn’t have permissions to C:\\Users\\Ron folder (which npm needs to make a temporary installation of the module).
Try to open CMD with admin rights.

As an alternative, you can just clone/download this github repository: GitHub - mondaycom/welcome-apps: A collection of "Hello World" monday.com apps, navigate to /apps/quickstart-react folder and execute commands:

  1. npm install
  2. npm run start
  3. go to “http://localhost:4040/status” and get your public ngrok URL from the “Tunnels/command_line” section

RonFybish
  • Author
  • Participating Frequently
  • July 26, 2020

hi, brother version - 6.14.4, but thank you for the response it worked for me when I did it with GitHub code example (quick-start).


RonFybish
  • Author
  • Participating Frequently
  • July 26, 2020

thanks, brother, that what I did after the CMD commend didn’t work.
your solution is perfect just like you wrote!


dipro
Forum|alt.badge.img
  • Leader
  • August 24, 2020

Glad we got this solved!