You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run yarn inside the copy so that it downloads perspective from npm
yarn start
Expected Result:
It serves the example.
Actual Result:
ERROR in ./node_modules/regular-table/dist/less/material.less 11:0
Module parse failed: Unexpected character '@' (11:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| */
|
> @import (css) url("https://fonts.googleapis.com/css?family=Open+Sans");
|
| @row-height: 19px;
@ ./node_modules/@finos/perspective-viewer-datagrid/dist/cjs/perspective-viewer-datagrid.js 1:137-185
@ ./src/index.js
Child html-webpack-plugin for "index.html":
1 asset
Entrypoint undefined = index.html
[./node_modules/html-webpack-plugin/lib/loader.js!./node_modules/html-webpack-plugin/default_index.ejs] 376 bytes {0} [built]
[./node_modules/lodash/lodash.js] 530 KiB {0} [built]
[./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {0} [built]
[./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {0} [built]
i 「wdm」: Failed to compile.
Environment:
Node v14, Windows 10
Additional Context:
Seems like less needs to be configured. It would be cool if that wasn't necessary. I'm already using sass and don't want to install less too.
The text was updated successfully, but these errors were encountered:
Thanks for the report - this is a recent regression of the @finos/perspective-viewer-datagrid plugin, which has a fix merged and will be released in v0.5.3
Bug Report
Steps to Reproduce:
yarn
inside the copy so that it downloads perspective from npmyarn start
Expected Result:
It serves the example.
Actual Result:
Environment:
Node v14, Windows 10
Additional Context:
Seems like less needs to be configured. It would be cool if that wasn't necessary. I'm already using sass and don't want to install less too.
The text was updated successfully, but these errors were encountered: