You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I am new to the NodeJS and don't have the proper idea to build the NodeJS API.
My question is that how can we build this "bulletproof-nodejs"?
I went through the "Package.json" file and found command to build this "npm run build".
But the above command is taking too much time in hours and not giving the typescripts transpiled files in "outDir": "./build".
The reason to build the project is to "Want to add new routes and services and those newly added routes and service methods should be available in output directory javascript/transpiled files".
Currently, this is not working and not getting newly added routes and service methods in the output/build folder.
Please help, thanks in advance.....
The text was updated successfully, but these errors were encountered:
Sorry, I am new to the NodeJS and don't have the proper idea to build the NodeJS API.
My question is that how can we build this "bulletproof-nodejs"?
I went through the "Package.json" file and found command to build this "npm run build".
But the above command is taking too much time in hours and not giving the typescripts transpiled files in "outDir": "./build".
The reason to build the project is to "Want to add new routes and services and those newly added routes and service methods should be available in output directory javascript/transpiled files".
Currently, this is not working and not getting newly added routes and service methods in the output/build folder.
Please help, thanks in advance.....
The text was updated successfully, but these errors were encountered: