[404] Not Found (//plugins/lists/plugin.js) #3886
Unanswered
placoderm
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using tinymce. When I run snowpack, I am getting several 404 errors for files located within the tinymce node_modules folder:
This is my config:
in my index.html I have this:
And this in my index.js:
And this is what I see in the console:
Complete folder tree
I'm guessing the
//
is an indication of the problem, but I don't know what to do to fix it. I'm still very much a learner and this is the first time I'm trying to get snowpack to work.I have put a simple
console.log("hello") into
index.js` and it executes.Windows 10
Node v16.11.1
Beta Was this translation helpful? Give feedback.
All reactions