-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
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
404 GET /codemirror-minified #40
Comments
Why codemirror addons are pulled in? Why 404? Hmm... hard to tell... the example seems to work... What's the context of the 404? Can you point to a project git repo? |
Still having this problem? |
I have the same issue |
npm --version |
I've tried to switch to other GIT branches, but getting the same error. |
What i can see is that actual script on the filesystem has .js extension. But URL that I see in logs "GET /codemirror-minified/addon/hint/show-hint" |
Fixed now. Thanks for reporting this... I have switched to |
still the same issue, logs in console after master branch |
Try now. This commit should have fixed it: ffe5cff P.S. Such a mess with |
Thanks @BoykoAlex |
npm start ; [1] 18.11.07 09:57:42 304 GET /rxjs/internal/observable/dom/ajax.js
[1] 18.11.07 09:57:42 304 GET /rxjs/internal/util/root.js
[1] 18.11.07 09:57:42 304 GET /rxjs/internal/util/applyMixins.js
[1] 18.11.07 09:57:46 404 GET /codemirror-minified
[1] 18.11.07 09:57:46 404 GET /codemirror-minified/addon/hint/show-hint
[1] 18.11.07 09:57:46 404 GET /codemirror-minified/addon/scroll/annotatescrollbar
[1] 18.11.07 09:57:46 404 GET /codemirror-minified/addon/display/placeholder[1] 18.11.07 09:57:46 404 GET /codemirror-minified/mode/meta
[1] 18.11.07 09:57:46 404 GET /codemirror-minified/addon/scroll/simplescrollbars
[1] 18.11.07 09:57:46 404 GET /codemirror-minified/addon/edit/matchbrackets
[1] 18.11.07 09:57:46 404 GET /codemirror-minified/addon/lint/lint
[1] 18.11.07 09:57:46 404 GET /codemirror-minified/addon/lint/json-lint
[1] 18.11.07 09:57:46 404 GET /codemirror-minified/addon/lint/javascript-lint
why?
The text was updated successfully, but these errors were encountered: