This website requires JavaScript.
Explore
Help
Sign In
me
/
nodejs-website
Watch
1
Star
1
Fork
0
You've already forked nodejs-website
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
nodejs-website
/
package.json
9 lines
98 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Add my test project up to this point.
2022-10-06 07:05:46 -05:00
{
"dependencies"
:
{
Getting much closer! Still need to finalize About and write Journey.
2022-10-16 09:22:44 -05:00
"express"
:
">=4.18.1"
Clean Log Warnings, Enhance Runnability (#25) * Only check the variable if it is set, avoid a log error. * Pipe errors to SDOUT in case that's why Docker is not showing NPM progress. * Two messages seemed very similar. Differentiate them. * Check and install each dependency separately in case a lighter version is already installed. * Don't require sudo if running as root. * Use node instead of relying on shebang. * Allow doing "npm start". * Remove redirects, did not help see progress. * Add a note when sudo is used. * Fix node interpretor location to be arbitrary. * Woops, need to keep advisories if the value is not set to false. * Remove warning about apt CLI. Allow npm start to do dependencies. * `npm start` is not magic, still need to run the install. * Have `npm start` execute the main run script rather than bypassing dependency checks. * Use PHP-CLI, smaller install size and more appropriate since only running local scripts.
2024-04-03 20:02:58 -07:00
}
,
"scripts"
:
{
"start"
:
"./run.sh"
Add my test project up to this point.
2022-10-06 07:05:46 -05:00
}
}
Reference in New Issue
Copy Permalink