ga-wdi-boston / team-project

Other
2 stars 39 forks source link

cannot load css #379

Closed jingrid closed 7 years ago

jingrid commented 7 years ago

I keep getting the following error screen shot 2017-08-08 at 10 34 13 am

html is as follows:

    <head>
      <title></title>
      <script src="vendor.bundle.js" type="text/javascript" charset="utf-8" defer></script>
      <script src="bundle.js" type="text/javascript" charset="utf-8" defer></script>
      <script src='https://cdn.tinymce.com/4/tinymce.min.js'></script>
        <script>
        tinymce.init({
          selector: '.text-editor'
        });
        </script>
    </head>
scottyscripts commented 7 years ago

Why are you using inline JavaScript in HTML?! eww. Also this comment is in browser-template.

<!-- Do not add `script` tags-->

Is there an npm package for the plugin you are trying to use?

scottyscripts commented 7 years ago

Also how are you using this plugin??

jingrid commented 7 years ago

The page loads correctly on Parth's computer, and all he did was npm install.

I've npm installed as well.

We're using it to allow users to add blog posts and pages.

jingrid commented 7 years ago

fixed via cloning repo again, npm installing again