Most voted "node-modules" questions
7 questions
Sort by count of
-
3
votes1
answer117
viewsHow to access static methods of a class included in the consign in Nodejs?
Hello. I am building an application with nodejs and I need to authenticate users by registering a new user and logging into the application. I’m using consign to perform autoload of my scripts, as…
-
0
votes1
answer80
viewsexpo init/npm init creating many files
Good afternoon, you guys. I’m having a little trouble executing the expo init app. The command works, creates the React-Active files on my Windows correctly, but from a time to time it has failed to…
-
0
votes1
answer55
viewserror : problem performing npm start , failed at the [email protected] start script - React
I’m trying to run my app on React by command npm start , but every time that comes along: # # Fatal error in , line 0 # Check failed: U_SUCCESS(status). # # # #FailureMessage Object:…
-
0
votes3
answers220
viewsWhy can’t I use module export to export variable
Explanation: Good guys in my app.js file have many lines of codic ... Some functions ... But I think it doesn’t matter much, so what I want to do is export a variable that I need to use in another…
-
-1
votes1
answer67
viewsDo you need to review the node_modules folder in Git?
I’m creating an Angular project. When I went to add the project to Git to commit, the terminal reported that the .gitignore is ignoring the folder node_modules. I realized that the folder has many…
-
-1
votes1
answer20
viewsError Downloading node_modules. 'Node' is not recognized as an internal or external command, a operable program, or a batch file
I have this problem that I can’t solve at all. I downloaded the Github repository and it worked normal, however, I had to delete it and clone it again, but by doing so I can’t download the…
-
-2
votes1
answer44
viewsThere is something wrong with creating an React project
When trying to create a new React project the action is not completed. I will attach prints with errors and versions. I have tested many commands I saw on the internet, but none solved my problem. I…