I followed along to a video and rechecked my code to ensure I didn't have any spelling errors. But for some reason, I have an error after I type in npm start in terminal.
kayladwilliams$ npm start > sassbootstrap@1.0.0 start /Users/kayladwilliams/Desktop/Accessibility_Website/sassbootstrap > parcel ./src/index.html Server running at localhost:1234 /Users/kayladwilliams/Desktop/Accessibility_Website/sassbootstrap/src/scss/style.css:undefined:undefined: ENOENT: no such file or directory, open '/Users/kayladwilliams/Desktop/Accessibility_Website/sassbootstrap/src/scss/style.css' Error: ENOENT: no such file or directory, open '/Users/kayladwilliams/Desktop/Accessibility_Website/sassbootstrap/src/scss/style.css' –
I looked into bootstrap website to see if anything is different from the website. I double checked my directory as well, along with a few other imports just don't recall which ones I found online, i have tried
1.@import "node_modules/bootstrap/scss/bootstrap";
2.@import "/bootstrap/scss/bootstrap";
3. npm install via terminal.