Giter VIP home page Giter VIP logo

phase-4-mock-challenge-camping-fun's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

phase-4-mock-challenge-camping-fun's Issues

Error: error:0308010C:digital envelope routines::unsupported

Canvas Link

https://learning.flatironschool.com/courses/5287/assignments/173219?module_item_id=377877

Concern

Your team needs to fix this project as this is the default error received when 'npm install' was run with the corresponding 'npm start --prefix client' command, and even after using the 'npx browserslist@latest --update-db' command to update the dependency:

Starting the development server...

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (/Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/webpack/lib/util/createHash.js:135:53)
    at NormalModule._initBuildHash (/Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/webpack/lib/NormalModule.js:417:16)
    at handleParseError (/Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/webpack/lib/NormalModule.js:471:10)
    at /Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/webpack/lib/NormalModule.js:503:5
    at /Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/webpack/lib/NormalModule.js:358:12    at /Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/loader-runner/lib/LoaderRunner.js:373:3
    at iterateNormalLoaders (/Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
    at iterateNormalLoaders (/Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/loader-runner/lib/LoaderRunner.js:221:10)
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
/Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/react-scripts/scripts/start.js:19
  throw err;
  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (/Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/webpack/lib/util/createHash.js:135:53)
    at NormalModule._initBuildHash (/Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/webpack/lib/NormalModule.js:417:16)
    at /Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/webpack/lib/NormalModule.js:452:10    at /Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/webpack/lib/NormalModule.js:323:13    at /Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/loader-runner/lib/LoaderRunner.js:367:11
    at /Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/loader-runner/lib/LoaderRunner.js:233:18
    at context.callback (/Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/loader-runner/lib/LoaderRunner.js:111:13)
    at /Users/samuelbanya/hub/Development/code/phase-4/phase-4-mock-challenge-camping-fun/client/node_modules/babel-loader/lib/index.js:59:103 {  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.12.0

Additional Context

No response

Suggested Changes

No response

confusing readme

Thanks for raising this issue! Future learners thank you for your diligence. In
order to help the curriculum team address the problem, please use this template
to submit your feedback. We'll work on addressing the issue as soon as we can.

Please fill out as much of the information below as you can (it's ok if you
don't fill out every section). The more context we have, the easier it will be
to fix your issue!

Note: you should only raise issues related to the contents of this lesson.
If you have questions about your code or need help troubleshooting, reach out to
an instructor/your peers.


Link to Canvas

Add a link to the assignment in Canvas here.

What should be changed?

Suggest your change here. Let us know what section or line of the Readme needs
to be updated, and any proposed corrections. Include the line number(s) if
possible.

Additional context

Add any other context about the problem here.

Hi, I am reading through the readme and the section where Model set up is, saying Camper has many activities through signups but it does not say has_many signups on its own, which is confusing when coding.
Models
You need to create the following relationships:

A Camper has many Activitys through Signups
An Activity has many Campers through Signups
A Signup belongs to a Camper and belongs to a Activity

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.