We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sitefox/examples/nbb
package.json
While getting the example sitefox/examples/nbb running I had to install bunch of packages manually that were not included in example package.json:
diff --git a/examples/nbb/package.json b/examples/nbb/package.json index 35b686a..f6f089e 100644 --- a/examples/nbb/package.json +++ b/examples/nbb/package.json @@ -1,9 +1,20 @@ { "dependencies": { + "cookie-parser": "^1.4.7", + "csrf-csrf": "^3.1.0", + "express": "^4.21.2", + "express-session": "^1.18.1", "filewatcher": "^3.0.1", + "json-stringify-safe": "^5.0.1", + "keyv": "^5.2.3", + "morgan": "^1.10.0", "nbb": "^1.2.179", + "node-html-parser": "^7.0.1", + "passport": "^0.7.0", + "passport-local": "^1.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", + "rotating-file-stream": "^3.2.6", "sitefox": "file:../../" }, "scripts": {
After this server started with "Hello world!".
EDIT: split latter part into another issue. I use old distro NodeJS/npm versions, not sure if related.
The text was updated successfully, but these errors were encountered:
nbb
npm init sitefox-nbb server
install-traceback-emailer
Other nbb examples I tried seem to have same issue:
sitefox/examples/nbb-auth
sitefox/examples/form-validation
sitefox/examples/templates
Shadow-cljs example sitefox/examples/authentication starts as expected.
sitefox/examples/authentication
Sorry, something went wrong.
No branches or pull requests
While getting the example
sitefox/examples/nbb
running I had to install bunch of packages manually that were not included in examplepackage.json
:After this server started with "Hello world!".
EDIT: split latter part into another issue. I use old distro NodeJS/npm versions, not sure if related.
The text was updated successfully, but these errors were encountered: