Closed duncdrum closed 1 year ago
For many demo pages e.g. actions.html I get a browser error when trying to load them
actions.html
To reproduce:
npm i
npm run start
Safari/Chrome
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
FF
Loading module from “http://localhost:8090/demo/demo.js” was blocked because of a disallowed MIME type (“text/plain”).
not sure if I was just lucky when reading demo pages the last time I opened the app or if this has been introduce recently
node 16 dev branch
dev
please
cd demo npm i
cd demo
that should do the trick
fixed with a postinstall in package.json
see discussion #197
For many demo pages e.g.
actions.html
I get a browser error when trying to load themTo reproduce:
npm i
npm run start
Safari/Chrome
FF
not sure if I was just lucky when reading demo pages the last time I opened the app or if this has been introduce recently
node 16
dev
branch