[Solved] /usr/bin/env: node: Permission denied
Step 1: Unlink the existing /usr/bin/node Step 2: Find the node path your result will be something like this,/home/ec2-user/.nvm/versions/node/v14.7.0/bin/node Step […]
» Read morenext gen Developer
Step 1: Unlink the existing /usr/bin/node Step 2: Find the node path your result will be something like this,/home/ec2-user/.nvm/versions/node/v14.7.0/bin/node Step […]
» Read moreCannot deserialize instance of enum list spring boot exception Issue When you are trying to map the POST request body […]
» Read moreProperty ‘auth’ does not exist on type ‘AngularFireAuth’.ts(2339) Error code: Working Code: And afAuth is, error TS2339: Property ‘map’ does […]
» Read moreThis “sorry you are not allowed to access this page. wordpress ssl” is quiet common in wordpress, this happens sometimes […]
» Read moreError: listen EADDRINUSE: address already in use :::5000 First run this command to check the process ID of the running […]
» Read moreIn windows, run this below command, netstat -ano | findstr :9092 this command will list down all the processes which […]
» Read moreIn this post we are going to discuss about the repeated mistakes of developers during design/implementation/planning etc. This is just […]
» Read moreFull Error: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column […]
» Read moreSOLVED: Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: Unable to locate appropriate constructor on class: Root cause: If you are trying to populate result […]
» Read moreSOLVED: ng serve throws Could not find module “@angular-devkit/build-angular”: Resolution: npm install @angular-devkit/build-angular (or) remove node_modules folder completely and run […]
» Read more