Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with npm start #42

Open
t-venkat opened this issue May 29, 2020 · 7 comments
Open

Problem with npm start #42

t-venkat opened this issue May 29, 2020 · 7 comments

Comments

@t-venkat
Copy link

I downloaded node_modules and pasted it in my directory. But when I try to run npm start I get the following error

Screenshot (1)

@JaideepVerma
Copy link

I downloaded node_modules and pasted it in my directory. But when I try to run npm start I get the following error

Screenshot (1)

after getting these errors
you should try to run : npm start

@t-venkat
Copy link
Author

t-venkat commented Jun 4, 2020

I tried running npm start and I keep getting the same error. Could you be a bit more specific on where the problem lies and what I need to do?

@JaideepVerma
Copy link

did u initialised the node ?? or if this still continue you can do one thing delete these clone files and download again the same and do the necessary steps, may be these r occuring bcoz of file or something

@t-venkat
Copy link
Author

t-venkat commented Jun 5, 2020

I have deleted node_modules and downloaded it again from the link they gave us near the end of the troubleshooting slides, but I still get this same error. In the slides, it states that after you download the node_modules files, you don't have to run npm install, and you just have to run npm start. However, after running npm start I keep getting this error. I have redownloaded node_modules multiple times but I still get this same error.

@Anna1233
Copy link

@tejasthecoder - I have also been getting the same error. I first tried npm install, but I get a number of warnings. I followed the slides, replaced the node_modules folder, yet it is not working for me.

@Anna1233
Copy link

I tried again but, some vulnerabilities came up such as Cross Site Scripting. And I tried but I am unable to fix them.

@harpreet-singh-au7
Copy link

Go to your visual studio install and tick of the following boxes and install:
Universal window platform development

If it still does not work, do the following:

npm install --ignore-scripts
npm audit fix
npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants